Graphiak will listen on a TCP port and batch and store metrics in Riak TS.
To build this code locally, clone the repository then use Maven to build the jar:
git clone https://github.com/smoketurner/graphiak.git
cd uploader
mvn package
java -jar target/graphiak-application-1.0.0-SNAPSHOT.jar server config.yml
The Graphiak service should be listening on port 2003
for metric data and 8080
for API requests, and Dropwizard's administrative interface is available at /admin
(both of these ports can be changed in the config.yml
configuration file).
Please file bug reports and feature requests in GitHub issues.
Copyright (c) 2017 Smoke Turner, LLC
This library is licensed under the Apache License, Version 2.0.
See http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.