Krati is a persistent key/value data store written in Java with low latency and high throughput. It is designed for read-write-intensive workloads.
In-Memory
Consistent
The system takes periodic checkpoints of the entire DBMS. This is the only durability mechanism.
Key/Value
Hash Table
http://sna-projects.com/krati
https://github.com/jingwei/krati
LinkedIn
US
2010
2013
Open Source
Java
All OS with Java VM
Apache v2