Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using ZODB (or something else) for storing lots of metadata about RSS/Atom feeds and posts

2 views
Skip to first unread message

Thomas Doggette

unread,
Dec 18, 2009, 2:04:44 PM12/18/09
to
I'm working on (or rather, at this point, planning) a project that
will involve keeping track of every post in a large number of Atom
feeds, as well as a lot of metadata about how posts are linked and how
users interact with them.

The idea of having all of these be persistent objects is very
appealing, but I'm not sure the ZODB is ideal for what I'm doing. Can
people with more experience working with data sets like this give me
some advice on what they've had luck using?

Bruno Desthuilliers

unread,
Dec 19, 2009, 6:15:33 AM12/19/09
to
Thomas Doggette a �crit :

My own experience with the ZODB for large number of small objects, lot
of metadata and indexes, frequent updates, and querying the whole thing,
has been at least very disappointing.

RDBMS are possibly not the perfect solution for each and any kind of
problem datastructures, but unless you have to deal with complex
heterogenous trees or graphs, they sure are a safe bet for most data
storage, retrieval and analysis jobs.

Also, I don't have ant experience with Google's AppEngine's datastore
nor Apache CouchDB, but given the description of your project they might
be appropriate solutions.

My 2 cents.

0 new messages