MedvedDB is NoSQL distributed database. The main properties are following:
- High availability. Fully decentralized and doesn't have any points of failure.
- Support eventual consistency model.
- Fully transactional and complies with the ACID properties. This properties are inherited from LMDB database. LMDB database is used as the low level storage.