Devendra Gera wrote:
> I recently developed a CouchDB imitation in python for testing, while
> I was working on the document update notifications patch. Maybe I can
> put some effort into porting it to C?
>
> It was a purely in-memory store though.

You might find this link interesting:

http://bret.appspot.com/entry/how-friendfeed-uses-mysql

When I first read it, I thought the way the store and process their data
is very reminiscent of couchdb.

I could see a small C port, perhaps using sqlite as the backing store
could be very useful for small devices.

The replication would be the trickiest bit IMO.

What would you call it?  chairdb?  :-)

E.

Reply via email to