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)
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.