• Stars
    star
    356
  • Rank 118,705 (Top 3 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 12 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Distributable time-series database (not actively maintained)

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.