cubeq
v0.2.18
Published
Base on square'work, Cube - a system for analyzing time series data using MongoDB and Node, with some modifications
Downloads
10
Readme
Cube
Cube is a system for collecting timestamped events and deriving metrics. By collecting events rather than metrics, Cube lets you compute aggregate statistics post hoc. It also enables richer analysis, such as quantiles and histograms of arbitrary event sets. Cube is built on MongoDB and available under the Apache License.
Want to learn more? See the wiki.
Development
Start server node bin/collector.js node bin/evaluator.js
http://localhost:1081/index.html
http://localhost:1081/random/index.html
http://localhost:1081/collectd/index.html
Test
- node test/collector-test.js
