Skip to content

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.

License

Notifications You must be signed in to change notification settings

finos/perspective

Repository files navigation

Perspective

Build Status Gitter npm code style: prettier

A streaming data visualization engine for Javascript, Perspective makes it simple to build real-time & user configurable analytics entirely in the browser.

Features

  • A fast, memory efficient streaming pivot engine written principally in C++ and compiled to both WebAssembly and asm.js via the emscripten compiler.

  • An embeddable, framework-agnostic configuration UI, based on Web Components, and a WebWorker engine host for responsiveness at high frequency.

  • A suite of simple visualization plugins for some common Javascript libraries such as HighCharts and Hypergrid.

  • Runtimes for the Browser and Node.js.

Examples

  • Superstore A static superstore.arrow demo.
  • Olympics An example of sharing a single perspective.table among multiple <perspective-viewer>s.
  • Streaming A streaming random data demo.
  • CSV Upload a CSV of your own.
  • NYC Citibike An example of a join on two real-time datasets, from the NYC Citibike feed.

Documentation