Raven DB
Original author(s)Ayende Rahien
Developer(s)Hibernating Rhinos
Initial release2010
Written inC#
Operating systemWindows
Available inEnglish
TypeDocument-oriented database
LicenseAGPL / Commercial
Websitehttp://www.ravendb.net/

Raven DB is a NoSQL style open source, scalable document database written for the Windows platform based on the .NET Framework. In Raven DB, a document is a schema-less JSON object which is stored using a document id which acts as the primary key. Because of the schema-less nature of Raven DB, it is flexible in the type of data that it can store for example, trees, binary data and arrays.

Features

edit

Raven DB supports:

References

edit
edit