Embedded analog of CouchDB, same as sqlite for SQL Server

Posted by Mike Chaliy on Stack Overflow See other posts from Stack Overflow or by Mike Chaliy
Published on 2009-08-03T10:24:12Z Indexed on 2010/05/20 20:20 UTC
Read the original article Hit count: 145

I like an idea of document oriented databases like CouchDB. I am looking for simple analog.

My requirements is just:

  1. persistance storage for schema less data;
  2. some simple in-proc quering;
  3. good to have transactions and versioning;
  4. ruby API;
  5. map/reduce is aslo good to have;
  6. should work on shared hosting

What I do not need is REST/HTTP interfaces (I will use it in-proc). Also I do not need all scalability stuff.

© Stack Overflow or respective owner

Related posts about document-oriented-db

Related posts about database