Skip to content

jingwei/krati

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jingwei Wu
Sep 26, 2013
1ca0f99 · Sep 26, 2013
Apr 21, 2012
Feb 1, 2013
Sep 26, 2013
Apr 15, 2012
Jun 17, 2010
Sep 26, 2013
Feb 1, 2013

Repository files navigation

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.

License:

Apache Public License (APL) 2.0

Artifacts:

  1. krati.jar <-- core library

Maven:

groupId: com.sna-projects.krati
artifactId: krati
version: 0.4.9

Code Examples:

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

https://github.com/jingwei/krati/tree/master/krati-avro/src/demo/java

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages