smoketurner / graphiak

Graphite storage backend based on Riak TS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Graphite storage backend based on Riak TS

License:Apache License 2.0


Languages

Language:Java 82.2%Language:Shell 10.5%Language:Batchfile 6.6%Language:Python 0.7%