From 171e85069717f372bfd9ba8ad6215f31bcc19bf2 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Fri, 6 Feb 2015 20:27:55 +0700 Subject: python/python-whisper: Added (Fixed size database). Signed-off-by: Willy Sudiarto Raharjo --- python/python-whisper/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python-whisper/README (limited to 'python/python-whisper/README') diff --git a/python/python-whisper/README b/python/python-whisper/README new file mode 100644 index 0000000000..d0ba335097 --- /dev/null +++ b/python/python-whisper/README @@ -0,0 +1,5 @@ +python-whisper (Engine for fast, reliable fixed-sized databases) + +Whisper is a fixed size database, similar in design to the Round Robin +database tool (RRDtool). Whisper is used by the Graphite scalable real time +graphing system to store time-series data for later display. -- cgit v1.2.3