Hello, I know this may be a little offtopic but I know a lot of people here, have experience in this sort of thing, which is why I'll like to ask. The very short summary of what I need for this project is.
A "document" with a metadata object (Bunch) and a unique id (possible cross domain) per document. If you don't know what a Bunch object is. It's simply a dict with attribute access Then these documents could be interlinked in a tree-like data structure (think threaded comments in a blog post) Each one of these documents is some form of content that will eventually be html, so they can get big but not huge. Therefore the storage will grow in number of 'documents' rather than the size of each one. As for search I need only 2 forms search by metadata and full-text-search. >From my research into this they are a ton of options. zodb, mongodb, couchdb, cassandra, tokyo tyrant / cabinet And to be honest I'll prefer to spend more time on getting the UI part of this project than trying out all the storage options. For now I just need a solid prototype. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
