RavenDB
RavenDB is a document-oriented NoSQL database designed for storing and querying JSON documents. Developed by Hibernating Rhinos and led by Oren Eini, it emphasizes developer productivity and operational simplicity, offering ACID guarantees within a single database, a built-in indexing system, and a HTTP-based API for interacting with data.
In RavenDB, data is stored as JSON documents organized into collections. Each document has a unique identifier
Key features include multi-database deployments, built-in clustering with replication and failover, and scalable indexing. RavenDB also
RavenDB supports deployments on premises, in the cloud, or in containers, and runs on Windows and Linux