Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/square/cube
Cube: A system for time series visualization.
https://github.com/square/cube
Last synced: about 1 month ago
JSON representation
Cube: A system for time series visualization.
- Host: GitHub
- URL: https://github.com/square/cube
- Owner: square
- License: other
- Archived: true
- Created: 2011-09-12T22:02:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T16:22:18.000Z (over 5 years ago)
- Last Synced: 2024-09-21T16:17:54.807Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://square.github.com/cube
- Size: 2.09 MB
- Stars: 3,906
- Watchers: 143
- Forks: 419
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - square/cube - Cube: A system for time series visualization. (others)
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](http://www.mongodb.org) and available under the [Apache License](/square/cube/blob/master/LICENSE).
Want to learn more? [See the wiki.](https://github.com/square/cube/wiki)
## Status
Cube is **not under active development, maintenance or support by Square** (or by its original author Mike Bostock). It has been deprecated internally for over a year. We keep it running for historical interest because it powers some interesting visualizations, but new production systems have replaced it for analytics purposes.
[Infochimps](https://github.com/infochimps-labs/cube) worked on a fork of Cube which diverged slightly from the Square version. Github user [Marsup](https://github.com/marsup/cube) has been working to [merge the two versions](https://github.com/square/cube/pull/129) with some success, but there are no plans to complete the merge or publish new versions under the original Square repository or npm package.
Please use the [cube-user](https://groups.google.com/forum/#!forum/cube-user) list on Google Groups for all further discussion of the Cube project.