views:

1342

answers:

3

Is there any active "document-based" database projects using .NET or Mono? Something similar to CouchDB, SimpleDB, LotusNotes, etc... Prefer open source.

I figure the JScript.NET technology could be used for the Map and Reduce functions over stored JSON documents.

+3  A: 

Have a look at nsimpledb. Also RDDB, Apache Jackrabbit, FeatherDB (a Java clone of CouchDB), StrokeDB, ThruDB, DataWasp, and M/DB. Wikipedia lists all of the above as Document-oriented database technologies. Some are .NET, some aren't but I hope these links take you somewhere useful.

boost
+1  A: 

Any "embedded" solution (i.e. that doesn't require a separate service/process running)? And where data replication among peers is natively supported?

Hugo S Ferreira
A: 

definitely look at NCouch also in this regard