Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 367 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 367 Bytes

MedvedDB

MedvedDB is NoSQL distributed database. The main properties are following:

  1. High availability. Fully decentralized and doesn't have any points of failure.
  2. Support eventual consistency model.
  3. Fully transactional and complies with the ACID properties. This properties are inherited from LMDB database. LMDB database is used as the low level storage.