Skip to content

vinoski/Kinetic-Preview

Repository files navigation

Suggested Development Environments

Download Kinetic Simulator and Java API runtime libraries, Java API Javadoc, and Examples

  1. Clone the code: git clone https://github.com/Seagate/Kinetic-Preview.git

Getting Started With Simulator

  1. Run "mvn clean package"

  2. Start with java command: java -jar ./target/kinetic-0.2.0.1-SNAPSHOT-jar-with-dependencies.jar

  3. Test drive examples at <Kinetic-Folder>/src/test/java

  4. Browse API JavaDoc:

     <Kinetic-Folder>/doc/api-javadoc
     <Kinetic-Folder>/doc/example-javadoc
    

Admin Command Line Usage

  1. Verify <Kinetic-Folder>/target/kinetic-0.2.0.1-SNAPSHOT-jar-with-dependencies.jar exists

  2. Define JAVA_HOME environment variable (example: google how to set JAVA_HOME on Mac).

  3. To start Kinetic simulator:

    Windows: cd \bin startSimulator.bat

    Linux & Mac: cd /bin sh startSimulator.sh

  4. To run Kinetic admin Cli:

    Windows: cd \bin kineticAdmin.bat -help

    Linux & Mac: cd /bin sh kineticAdmin.sh -help

Erlang client runtime library

   https://github.com/basho-labs/riak_kinetic

Python client runtime library

   <Kinetic-Folder>/lib/kinetic-0.2.0.1dev-py2.7.egg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages