THIS SOFTWARE IS NOT READY FOR PRODUCTION USE AND IS PROVIDED AS-IS
BigGraphite is a storage layer for timeseries data. It integrates with Graphite as a plugin.
For usage information and how to contribute, please see CONTRIBUTING.md.
See USAGE.md and CONFIGURATION.md.
There is only one supported backend for now: Cassandra, whose design is described in CASSANDRA_DESIGN.md.
biggraphite.accessorexposes the public API to store/retrieve metricsbiggraphite.metadata_cacheimplements a machine-local cache using LMDB so that one does not need a round-trip for each call toaccessorbiggraphite.plugins.*implements integration with Carbon and Graphitebiggraphite.backends.*implements the storage backends (eg: Cassandra-specific code)