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.
The project was last updated in 2013 and has since been abandoned.
Consistent
The system takes periodic checkpoints of the entire DBMS. This is the only durability mechanism.
Key/Value
Hash Table
In-Memory
http://sna-projects.com/krati
https://github.com/jingwei/krati
LinkedIn
US
2010
2013
Hobby, Open Source
Java
All OS with Java VM
Apache v2