project

A hash-based high-performance data store

Лицензия

Лицензия

Группа

Группа

com.sna-projects.krati
Идентификатор

Идентификатор

project
Последняя версия

Последняя версия

0.4.9
Дата

Дата

Тип

Тип

pom
Описание

Описание

project
A hash-based high-performance data store
Ссылка на сайт

Ссылка на сайт

http://sna-projects.com/krati
Система контроля версий

Система контроля версий

http://github.com/jingwei/krati

Скачать project

Имя Файла Размер
project-0.4.9.pom 5 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
log4j : log4j jar 1.2.16

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.5
com.sleepycat : je jar 4.0.92

Модули Проекта

  • 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

Версии библиотеки

Версия
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