some ascii art.

pull/17/head
John Shahid 2013-09-30 11:03:05 -04:00
parent 5d405d1b63
commit a2843bed86
1 changed files with 37 additions and 0 deletions

View File

@ -23,3 +23,40 @@ Requirements
* continuous queries (keep connection open and return new points as they arrive)
* Delete ranges of points from any number of timeseries (that should reflect in disk space usage)
* querying should support one or more timeseries (possibly with regex to match on)
Modules
-------
+--------------------+ +--------------------+ +--------------------+
| | | | | |
| WebConsole/docs | | Http API | | Lang. Bindings |
| | | | | |
+------------------+-+ +-+------------------+ +----+---------------+
| | |
| | |
+-+-------+-------+ |
| +------------------+
| Query Engine |
| |
+-----------------+---+
| |
+----+ Processing Engine +---------+
| | | |
| +---------------------+ |
| |
| |
+--------+-----------+ +-------+------------+
| | | |
| Storage Engine | | Storage Engine |
| | | |
+--------+-----------+ +-------+------------+
| |
| |
| +---------------------+ |
| | | |
+----+ Consensus Engine +---------+
| |
+---------------------+