Skip to content

A tool that can be used to fetch data from Cassandra and sending it to Graphite over TCP.

License

Notifications You must be signed in to change notification settings

qvantel/orcd-dbconnector

Repository files navigation

Build Status codecov

DBConnector

Description

This program is used to fetch data from Cassandra using Spark Cassandra Connector and sending it to Graphite over TCP.

Changing configuration

The application configuration file can be found at:

/src/main/resources/application.conf

You can change settings such as Cassandra IP, batch size and update interval.

Usage

Run DBConnector:

$ sbt run

Run just tests:

$ sbt test

Run the tests with enabled coverage:

$ sbt clean coverage test

To generate the coverage reports run

$ sbt coverageReport

About

A tool that can be used to fetch data from Cassandra and sending it to Graphite over TCP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published