Skip to content

sum12/gnocchi

 
 

Repository files navigation

Gnocchi - Metric as a Service

Build Status

image

image

Gnocchi is an open-source database.

The problem that Gnocchi solves is the storage and indexing of data and resources at a large scale. This is useful in modern cloud platforms which are not only huge but also are dynamic and potentially multi-tenant. Gnocchi takes all of that into account.

Gnocchi has been designed to handle large amounts of being stored while being performant, scalable and fault-tolerant. While doing this, the goal was to be sure to not build any hard dependency on any complex storage system.

Gnocchi takes a unique approach to storage: rather than storing raw data points, it aggregates them before storing them. This built-in feature is different from most other databases, which usually support this mechanism as an option and compute aggregation (average, minimum, etc.) at query time.

Because Gnocchi computes all the aggregations at ingestion, getting the data back is extremely fast, as it just needs to read back the pre-computed results.

You can read the full documentation online at http://gnocchi.xyz.

About

Timeseries database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 2.7%
  • Mako 0.1%