patelh / krati

A hash-based high-performance data store

Home Page:http://sna-projects.com/krati

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Krati?

Krati is a simple persistent data store with very low latency and high throughput. It is designed for easy integration with read-write-intensive applications with little effort in tuning configuration, performance and JVM garbage collection.

Homepage:

Find out more about Krati at: http://sna-projects.com/krati

License:

Apache Public License (APL) 2.0

Artifacts:

  1. krati.jar <-- core library

Maven:

groupId: com.sna-projects.krati

artifactId: krati

version: 0.4.1

Code Examples:

https://github.com/jingwei/krati/tree/master/examples/src/krati/examples

Eclipse:

Set up Eclipse for Krati by executing the command below:

mvn eclipse:eclipse

Inside Eclipse, select Preferences > Java > Build Path > Classpath Variables. Define a new classpath variable M2_REPO and assign maven repository.

For more information, check out http://maven.apache.org/guides/mini/guide-ide-eclipse.html

About

A hash-based high-performance data store

http://sna-projects.com/krati

License:Apache License 2.0


Languages

Language:Java 99.5%Language:Shell 0.5%Language:PHP 0.0%