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: 162
I like an idea of document oriented databases like CouchDB. I am looking for simple analog.
My requirements is just:
- persistance storage for schema less data;
- some simple in-proc quering;
- good to have transactions and versioning;
- ruby API;
- map/reduce is aslo good to have;
- 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