project

A hash-based high-performance data store

License

License

GroupId

GroupId

com.sna-projects.krati
ArtifactId

ArtifactId

project
Last Version

Last Version

0.4.9
Release Date

Release Date

Type

Type

pom
Description

Description

project
A hash-based high-performance data store
Project URL

Project URL

http://sna-projects.com/krati
Source Code Management

Source Code Management

http://github.com/jingwei/krati

Download project

Filename Size
project-0.4.9.pom 5 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.sna-projects.krati/project/ -->
<dependency>
    <groupId>com.sna-projects.krati</groupId>
    <artifactId>project</artifactId>
    <version>0.4.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sna-projects.krati/project/
implementation 'com.sna-projects.krati:project:0.4.9'
// https://jarcasting.com/artifacts/com.sna-projects.krati/project/
implementation ("com.sna-projects.krati:project:0.4.9")
'com.sna-projects.krati:project:pom:0.4.9'
<dependency org="com.sna-projects.krati" name="project" rev="0.4.9">
  <artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sna-projects.krati', module='project', version='0.4.9')
)
libraryDependencies += "com.sna-projects.krati" % "project" % "0.4.9"
[com.sna-projects.krati/project "0.4.9"]

Dependencies

compile (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.16

test (2)

Group / Artifact Type Version
junit : junit jar 4.5
com.sleepycat : je jar 4.0.92

Project Modules

  • krati-main
  • krati-avro

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

Versions

Version
0.4.9
0.4.8
0.4.7.3
0.4.7.2
0.4.7.1
0.4.7
0.4.6
0.4.5