yahoojapan / k2hdkc_java

K2HDKC Java library - k2hash based distributed kvs cluster

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k2hdkc_java

Actions Status GitHub license

Overview

k2hdkc_java is an official java driver for k2hdkc.

  • K2HDKC - K2Hash based Distributed Kvs Cluster by Yahoo! JAPAN

Install

Add the following dependency to your pom.xml.

        <dependency>
          <groupId>ax.antpick</groupId>
          <artifactId>k2hdkc</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

K2HDKC Java library - k2hash based distributed kvs cluster

https://java.k2hdkc.antpick.ax/

License:MIT License


Languages

Language:Java 95.4%Language:Shell 4.6%