yahoojapan / k2hash_java

K2HASH Java library - NoSQL Key Value Store(KVS) library

Home Page:https://java.k2hash.antpick.ax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k2hash_java

Actions Status GitHub license

Overview

k2hash_java is an official java driver for k2hash.

  • K2HASH - K2Hash by Yahoo! JAPAN

Install

Add the following dependency to your pom.xml.

        <dependency>
          <groupId>ax.antpick</groupId>
          <artifactId>k2hash</artifactId>
        </dependency>

Development

Clone this repository and go into the directory, then run the following command.

$ mvn clean exec:exec package

JDK

You can try a new JDK by changing the JAVA_HOME environment and run mvn clean exec:exec package.

$ export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-11.0.12.0.7-0.el7_9.x86_64
$ mvn clean exec:exec package

Update outdated dependency libraries

Run the following command to find outdated dependency libraries.

$ mvn versions:display-plugin-updates
$ mvn versions:display-dependency-updates

Then, you should replace the outdated versions with the newer ones in the pom.xml.

Documents

Packages

License

MIT License. See the LICENSE file.

AntPickax

AntPickax is

About

K2HASH Java library - NoSQL Key Value Store(KVS) library

https://java.k2hash.antpick.ax/

License:MIT License


Languages

Language:Java 94.1%Language:Shell 5.9%