项目作者: faulkner

项目描述 :
用于播放立方体/石墨数据的沙箱
高级语言: JavaScript
项目地址: git://github.com/faulkner/cubist.git
创建时间: 2012-06-22T08:38:07Z
项目社区:https://github.com/faulkner/cubist

开源协议:

下载


Cubist

Cubist is a Cubism graphing sandbox.

Enter Cube or Graphite expressions, get charts.

Charts are chucked in local storage for later use.

Features

  • server preferences and past expressions saved to local storage
  • comparison charts can be created by dragging one chart onto another (screenshot)

To install

  1. $ npm install -g cubist

Usage

  1. $ cubist

Using port 3000 already? Fine.

  1. $ export PORT=1234; cubist

TODO

  • correct any node/JS stupidity (I rarely touch node or frontend code; much to improve)
  • use Backbone or other framework to clean up JS
  • add support for managing lists of servers
  • live editing for existing charts
  • kill data polling when charts are removed
  • UI for removing old expressions
  • change typeahead into an autocomplete based on functions and metrics available