User:Sduplooy/Raven DB
Appearance
| This is not a Wikipedia article: It is an individual user's work-in-progress page, and may be incomplete and/or unreliable. For guidance on developing this draft, see Wikipedia:So you made a userspace draft. Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
| Raven DB | |
|---|---|
| Original author | Ayende Rahien |
| Developer | Hibernating Rhinos |
| Initial release | 2010 |
| Written in | C# |
| Operating system | Windows |
| Available in | English |
| Type | Document-oriented database |
| License | AGPL / Commercial |
| Website | http://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:
- ACID transactions
- Map/Reduce indexes
- Unit of work
- a RESTful API
- Different execution modes...
References
[edit]External links
[edit]
