Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What options are there for Free for commercial use NoSql Datastores for the .NET world? [closed]

Tags:

nosql

I've been looking around....

  • MongoDB seems to require a commercial license. http://www.mongodb.org/display/DOCS/Licensing
  • RavenDB has quite a costly scheme. http://ravendb.net/licensing

CouchDB, seems to be free for commercial use? But requires Apache, which is a bit of a pain.

Are there any other good options for .NET?

like image 996
Keith Nicholas Avatar asked May 25 '10 22:05

Keith Nicholas


1 Answers

From my understanding, MongoDB is open source and free to use. There are two license types: AGPL v3.0 and a commercial license. There are a few minor restrictions with the AGPL 3.0, so some may need to remove these restrictions with a commercial license, but most probably won't.

So in short, I believe it is free and can most likely suit your needs.

like image 151
cjroth Avatar answered Sep 26 '22 15:09

cjroth