Using Tiaki from the command line
To start using Tiaki from the command line, download the command-line interface executable jar.
Then execute Tiaki as follows:
java -jar tiaki-cli-1.0.jar -h
More info and example available from the service-discovery-cli github project.
Using Tiaki as an SDK
To use the Secure Service Discovery SDK, start by downloading the Java library
Then use the Tiaki library in your Java code as documented in the service-discovery-lib github project.
Have fun!