Skip to content
This repository has been archived by the owner on Jan 29, 2018. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 1.74 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.74 KB

Graphiak

Build Status Coverage Status Maven Central GitHub license

Graphiak will listen on a TCP port and batch and store metrics in Riak TS.

Installation

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

Support

Please file bug reports and feature requests in GitHub issues.

License

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.