python-whisper 1.1.8
Fixed size round-robin style database for Graphite
Whisper is one of three components within the Graphite project. Whisper is a fixed-size database, similar in design and purpose to RRD (round-robin-database). It provides fast, reliable storage of numeric data over time. Whisper allows for higher resolution (seconds per point) of recent data to degrade into lower resolutions for long-term retention of historical data.
- Outputs:
out
- Website: https://graphiteapp.org/
- Licenses: ASL 2.0
- Package source: gnu/packages/monitoring.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-whisper 1.1.8
as follows:
guix install python-whisper@1.1.8
Or install the latest version:
guix install python-whisper
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.