Krati

Abandoned Project NoSQL OLTP

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.

History

The project was last updated in 2013 and has since been abandoned.

Checkpoints

Consistent

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

Data Model

Key/Value

Indexes

Hash Table

Storage Architecture

In-Memory

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

Hobby, Open Source

Written in

Java

Operating Systems

All OS with Java VM

Licenses

Apache v2