Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.3 KB

lead.js

Build Status

lead.js is a CoffeeScript console for exploring data, inspired by tools like Mathematica and The IPython Notebook. Its focus is on graphing time-series data from systems like Graphite and OpenTSDB.

Features

  • Graphite target DSL: write Graphite queries with ease.
  • GitHub integration: save and load files directly from Gists or repositories.
  • Autocompletion: lead.js suggests commands or Graphite target functions.
  • Extensible: integrate your own functions and data sources.

Missing Features

  • Useful documentation for most built-in functions.
  • An actual REPL. Each cell runs in its own scope. (also#9).

Documentation

Installation

Quick Start

Graphing

OpenTSDB

Graphite DSL function list

lead.js built-in functions

License

lead.js is released under the MIT License.