This program is used to fetch data from Cassandra using Spark Cassandra Connector and sending it to Graphite over TCP.
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.
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