Skip to content

yahoojapan/k2hdkc_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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> 

Development

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

$ mvn clean exec:exec package

Documents

Packages

License

MIT License. See the LICENSE file.

AntPickax

AntPickax is