Have you looked at couchdb. it is an apache project. you store a document using json. It is not a relational database at all.
> Date: Thu, 10 Dec 2009 09:39:36 -0800 > Subject: Re: persistence for fedone > From: [email protected] > To: [email protected] > > Sounds great! > > Whatever you use for the backend, please make sure to write an > abstract interface so that other backends can be implemented easily. > Try to keep it generic if you can. Some possible future back-ends to > keep in mind when writing the interface: rdbms's of various kinds, xml > files, binary formats, folder trees, distributed file systems. > > My personal vote would go with mysql, but since you'll be ignoring it > anyway I suggest maybe a text or binary dump of the BufferedDocOp > serialization? Just some simple proof-of-concept to get people sarted. > > -- > > You received this message because you are subscribed to the Google Groups > "Wave Protocol" 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/wave-protocol?hl=en. > > _________________________________________________________________ Hotmail: Trusted email with Microsoft’s powerful SPAM protection. http://clk.atdmt.com/GBL/go/177141664/direct/01/ -- You received this message because you are subscribed to the Google Groups "Wave Protocol" 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/wave-protocol?hl=en.
