Krati

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.

Storage Architecture

In-Memory

Checkpoints

Consistent

The system takes periodic checkpoints of the entire DBMS. This is the only durability mechanism.

Data Model

Key/Value

Indexes

Hash Table

Website

http://sna-projects.com/krati

Source Code

https://github.com/jingwei/krati

Developer

LinkedIn

Country of Origin

US

Start Year

2010

End Year

2013

Project Type

Open Source

Written in

Java

Operating Systems

All OS with Java VM

Licenses

Apache v2