CouchDB - .NET or Mono Equivalent Technology [closed]
Asked Answered
P

4

7

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.

Proa answered 13/1, 2009 at 2:37 Comment(0)
A
4

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.

Apeldoorn answered 13/1, 2009 at 12:44 Comment(0)
S
3

I would like to add RavenDB to the list as well. Written in C# and while it is not a direct clone of CouchDB, it was heavily influenced by the project.

One of the great features of the project is a service and embedded solution. Meaning you can run it as a service on a server or you can run an embedded version within your application's process.

Right now, Windows is the only supported platform, but great strides have been made by Rob Ashton and Jérémie Laval in the past few weeks to get it to work under Mono and Linux.

Serviette answered 22/12, 2010 at 20:26 Comment(0)
C
1

definitely look at NCouch also in this regard

Crudden answered 19/2, 2010 at 17:32 Comment(0)
P
1

You might also want to check out Divan, a C# library for accessing CouchDB.

Panier answered 12/5, 2011 at 20:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.