All Projects → graphite-project → Ceres

graphite-project / Ceres

Licence: apache-2.0
Distributable time-series database (not actively maintained)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ceres

Whisper
Whisper is a file-based time-series database format for Graphite.
Stars: ✭ 1,121 (+219.37%)
Mutual labels:  time-series, library, metrics, graphite
Carbon
Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.
Stars: ✭ 1,435 (+308.83%)
Mutual labels:  time-series, metrics, graphite
Graphite Web
A highly scalable real-time graphing system
Stars: ✭ 5,384 (+1433.9%)
Mutual labels:  time-series, metrics, graphite
Netdata
Real-time performance monitoring, done right! https://www.netdata.cloud
Stars: ✭ 57,056 (+16155.27%)
Mutual labels:  time-series, graphite
Snmpcollector
A full featured Generic SNMP data collector with Web Administration Interface for InfluxDB
Stars: ✭ 216 (-38.46%)
Mutual labels:  time-series, metrics
Hawkular Metrics
Time Series Metrics Engine based on Cassandra
Stars: ✭ 225 (-35.9%)
Mutual labels:  time-series, metrics
tsfeatures
Calculates various features from time series data. Python implementation of the R package tsfeatures.
Stars: ✭ 87 (-75.21%)
Mutual labels:  time-series, metrics
gateway
A proxy to buffer and forward metrics, events, and traces.
Stars: ✭ 94 (-73.22%)
Mutual labels:  metrics, graphite
Questdb
An open source SQL database designed to process time series data, faster
Stars: ✭ 7,544 (+2049.29%)
Mutual labels:  time-series, metrics
Length.js
📏 JavaScript library for length units conversion.
Stars: ✭ 292 (-16.81%)
Mutual labels:  library, metrics
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (-16.81%)
Mutual labels:  metrics, graphite
Nightingale
💡 A Distributed and High-Performance Monitoring System. Prometheus enterprise edition
Stars: ✭ 4,003 (+1040.46%)
Mutual labels:  time-series, metrics
Jhtalib
Technical Analysis Library Time-Series
Stars: ✭ 131 (-62.68%)
Mutual labels:  time-series, library
Telegraf
The plugin-driven server agent for collecting & reporting metrics.
Stars: ✭ 10,925 (+3012.54%)
Mutual labels:  time-series, metrics
Warp10 Platform
The Most Advanced Time Series Platform
Stars: ✭ 227 (-35.33%)
Mutual labels:  time-series, metrics
Prometheus
The Prometheus monitoring system and time series database.
Stars: ✭ 40,114 (+11328.49%)
Mutual labels:  time-series, metrics
rust-statsd-server
A statsd server implemented in Rustlang
Stars: ✭ 16 (-95.44%)
Mutual labels:  metrics, graphite
Metrics Clojure
A thin façade around Coda Hale's metrics library.
Stars: ✭ 330 (-5.98%)
Mutual labels:  library, metrics
Filodb
Distributed Prometheus time series database
Stars: ✭ 1,286 (+266.38%)
Mutual labels:  time-series, metrics
Statsd
Daemon for easy but powerful stats aggregation
Stars: ✭ 16,179 (+4509.4%)
Mutual labels:  metrics, graphite

Ceres

Codacy Badge Build Status FOSSA Status

Ceres is not actively maintained.

Ceres is a component of Graphite as one of the time-series storage options available for use. Ceres provides a file format for incoming metrics to be persisted when received from the network. See also Whisper

Overview

Ceres is a time-series database format intended to replace Whisper as the default storage format for Graphite. In contrast with Whisper, Ceres is not a fixed-size database and is designed to better support sparse data of arbitrary fixed-size resolutions. This allows Graphite to distribute individual time-series across multiple servers or mounts.

Expected features such as roll-up aggregation and data expiration are not provided by Ceres itself, but instead are implemented as maintenance plugins in Carbon.

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].