GithubHelp home page GithubHelp logo

doytsujin / gnocchi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnocchixyz/gnocchi

0.0 2.0 0.0 5.08 MB

Timeseries database

License: Apache License 2.0

Python 99.07% Mako 0.11% Shell 0.83%

gnocchi's Introduction

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.

gnocchi's People

Contributors

jd avatar chungg avatar sileht avatar pkilambi avatar cdent avatar gentux avatar mergify[bot] avatar lianhao avatar zqfan avatar asu4ni avatar atmalagon avatar aalvrz avatar jizilian avatar larsks avatar waipeng avatar luogangyi avatar zhang-shengping avatar bobuhiro11 avatar 0livd avatar lukawendy avatar sum12 avatar whyliyi avatar yprokule avatar openvdro avatar sheeprine avatar ali5h avatar chenchaozhe1988 avatar berendt avatar dinabelova avatar sorrison avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.