k2hdkc_java is an official java driver for k2hdkc.
- K2HDKC - K2Hash based Distributed Kvs Cluster by Yahoo! JAPAN
Add the following repository and the dependency to your pom.xml or settings.xml.
<activeProfiles>
<activeProfile>github</activeProfile>
</activeProfiles>
<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>false</enabled></snapshots>
</repository>
<repository>
<id>github</id>
<name>GitHub yahoojapan Apache Maven Packages</name>
<url>https://maven.pkg.github.com/yahoojapan/k2hdkc_java</url>
</repository>
</repositories>
</profile>
</profiles>
<dependency>
<groupId>ax.antpick</groupId>
<artifactId>k2hdkc</artifactId>
</dependency>
Clone this repository and go into the directory, then run the following command.
$ mvn clean exec:exec package
MIT License. See the LICENSE file.
AntPickax is
- an open source team in Yahoo Japan Corporation.
- a product family of open source software developed by AntPickax.