# krati **Repository Path**: mirrors_linkedin/krati ## Basic Information - **Project Name**: krati - **Description**: A hash-based high-performance data store - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.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