Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CouchDB - .NET or Mono Equivalent Technology [closed]

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.

like image 411
BuddyJoe Avatar asked Jan 13 '09 02:01

BuddyJoe


1 Answers

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.

like image 136
bugmagnet Avatar answered Sep 21 '22 03:09

bugmagnet