cassabon

command module
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2016 License: MIT Imports: 11 Imported by: 0

README

cassabon

Circle CI

Carbon daemon using Cassandra as the backend, implemented in Go.

GoDoc

What does cassabon do?

Cassabon receives your carbon metrics and stores them in Cassandra (hence the name, Cassabon), which makes it a lot easier to scale your time-series metrics infrastructure since you no longer need to re-hash a graphite ring to add more capacity! If you need more stats listeners, bring up more Cassabon instances. If you need more stats storage, bring up more Cassandra instances. That simple!

It also acts as an API for Graphite or graphite-api (using the Cyanite reader) to retrieve the stats to display.

How do I use Cassabon?

  • Build it.
  • Fill out the cassabon.yaml configuration file by giving it the addresses of the Elasticsearch and Cassandra servers you're using.
  • Start it up!

...okay, it's a little more in depth than that. Documentation can be found in the project wiki, although it's currently a work in progress.

Can I contribute to Cassabon?

Of course! We welcome contributions to Cassabon.

Can I send pickle-format stats to Cassabon?

Not yet, but Soon(TM).

How can I monitor Cassabon's performance?

Cassabon sends out stats about how it peforms via statsd. Simply configure your statsd server in the cassabon.yaml file, and you'll get a wealth of time-series metrics about its performance!

What software does Cassabon require?

Cassabon requires Elasticsearch and Cassandra to function. It's tested with ElasticSearch 1.7 and Cassandra 2.0.14, but should work with all versions of both pieces of software newer than that. If you're using graphite or graphite-API to pull stats from Cassabon, you'll need to install the cyanite reader to do so.

Credits

A big shoutout to Change.org, who sponsored the development of this software, and to @pyr, author of the Cyanite project, as Cassabon wouldn't be a thing without him having the idea to use Cassandra as a storage backend for carbon-style time series data.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package api implements the HTTP API for Cassabon
Package api implements the HTTP API for Cassabon
Generate dummy Carbon stats for exercising Cassabon.
Generate dummy Carbon stats for exercising Cassabon.
Package listener implements the listener pool and handlers for metrics.
Package listener implements the listener pool and handlers for metrics.
Package logging implements file loggers that support log rotation.
Package logging implements file loggers that support log rotation.
Middleware contains the drivers for the various services Cassabon leverages.
Middleware contains the drivers for the various services Cassabon leverages.
* * Implementation of the Pearson hash algorithm.
* * Implementation of the Pearson hash algorithm.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL