public
Description: A simple Ruby wrapper for RRDtool backed databases.
Homepage:
Clone URL: git://github.com/JEG2/rrdb.git
rrdb / README
100644 23 lines (13 sloc) 0.46 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
= Read Me
 
by James Edward Gray II
 
== Description
 
RRDB is a simple wrapper around RRDtool for managing round robin database files.
Methods are provided to create new databases, update them with new data, and
fetch archives back out.
 
== Documentation
 
See RRDB for documentation.
 
== Installing
 
See the INSTALL file for instructions.
 
== Questions and/or Comments
 
Feel free to email {James Edward Gray II}[mailto:james@graysoftinc.com] with any
questions.