All Projects → gnocchixyz → Gnocchi

gnocchixyz / Gnocchi

Licence: apache-2.0
Timeseries database

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gnocchi

dtw-python
Python port of R's Comprehensive Dynamic Time Warp algorithms package
Stars: ✭ 139 (-47.35%)
Mutual labels:  timeseries
timecorr
Estimate dynamic high-order correlations in multivariate timeseries data
Stars: ✭ 30 (-88.64%)
Mutual labels:  timeseries
ARCHModels.jl
A Julia package for estimating ARMA-GARCH models.
Stars: ✭ 63 (-76.14%)
Mutual labels:  timeseries
grafana-redistimeseries
This project is deprecated in favor of https://github.com/RedisTimeSeries/grafana-redis-datasource
Stars: ✭ 19 (-92.8%)
Mutual labels:  timeseries
bookvis
Sources of the book "Displaying time series, spatial and space-time data with R" (2nd Edition)
Stars: ✭ 52 (-80.3%)
Mutual labels:  timeseries
phpRedisTimeSeries
📈 Use Redis Time Series in PHP!
Stars: ✭ 23 (-91.29%)
Mutual labels:  timeseries
ncdfgeom
NetCDF-CF Geometry and Timeseries Tools for R: https://code.usgs.gov/water/ncdfgeom
Stars: ✭ 13 (-95.08%)
Mutual labels:  timeseries
scala-timeseries-lib
Lightweight, functional and correct time-series library for scala. Easy manipulation, filtering and combination of time-series data.
Stars: ✭ 31 (-88.26%)
Mutual labels:  timeseries
iotdb-client-go
Apache IoTDB Client for Go
Stars: ✭ 24 (-90.91%)
Mutual labels:  timeseries
hastic
Hastic standalone
Stars: ✭ 37 (-85.98%)
Mutual labels:  timeseries
postgresql-prometheus-adapter
Remote storage adapter enabling Prometheus to use PostgreSQL as a long-term store for time-series metrics.
Stars: ✭ 59 (-77.65%)
Mutual labels:  timeseries
cnosdb
An Open Source Distributed Time Series Database with high performance, high compression ratio and high usability.
Stars: ✭ 858 (+225%)
Mutual labels:  timeseries
arima
ARIMA, SARIMA, SARIMAX and AutoARIMA models for time series analysis and forecasting in the browser and Node.js
Stars: ✭ 31 (-88.26%)
Mutual labels:  timeseries
tempo
API for manipulating time series on top of Apache Spark: lagged time values, rolling statistics (mean, avg, sum, count, etc), AS OF joins, downsampling, and interpolation
Stars: ✭ 212 (-19.7%)
Mutual labels:  timeseries
redis-modules-java
Java client libraries for redis-modules https://redis.io/modules, based on Redisson. https://github.com/redisson/redisson
Stars: ✭ 57 (-78.41%)
Mutual labels:  timeseries
MusicManipulations.jl
Manipulate music data, humanize, quantize and analyze music performances with Julia
Stars: ✭ 41 (-84.47%)
Mutual labels:  timeseries
pyts-repro
A repository to compare the performance between the algorithms implemented in pyts and the performance reported in the literature
Stars: ✭ 15 (-94.32%)
Mutual labels:  timeseries
Hurst-exponent-R-S-analysis-
Calculates the Hurst exponent of a time series based on Rescaled range (R/S) analysis.
Stars: ✭ 33 (-87.5%)
Mutual labels:  timeseries
redistimeseries-py
RedisTimeSeries python client
Stars: ✭ 95 (-64.02%)
Mutual labels:  timeseries
TimeSeriesPrediction
Time Series Prediction, Stateful LSTM; 时间序列预测,洗发水销量/股票走势预测,有状态循环神经网络
Stars: ✭ 34 (-87.12%)
Mutual labels:  timeseries

=============================== Gnocchi - Metric as a Service

.. image:: https://travis-ci.org/gnocchixyz/gnocchi.png?branch=master :target: https://travis-ci.org/gnocchixyz/gnocchi :alt: Build Status

.. image:: https://badge.fury.io/py/gnocchi.svg :target: https://badge.fury.io/py/gnocchi

.. image:: doc/source/_static/gnocchi-logo.png

Gnocchi is an open-source time series database.

The problem that Gnocchi solves is the storage and indexing of time series 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 aggregates 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 time series storage: rather than storing raw data points, it aggregates them before storing them. This built-in feature is different from most other time series 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.osci.io.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].