gabrielBusta / perspective

Streaming pivot visualization via WebAssembly

Home Page:https://jpmorganchase.github.io/perspective/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perspective

Build Status Appveyor Gitter npm code style: prettier FINOS - Operating

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.

  • Integration with Jupyterlab.

  • Runtimes for the Browser and Node.js.

Examples

Superstore A static superstore.arrow demo.
Linked Superstore An example of <perspective-viewer>s linked through click events.
Olympics An example of sharing a single perspective.table among multiple <perspective-viewer>s.
Streaming A streaming random data demo.
Streaming Stock Trades A streaming financial 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.
Real-time cryptocurrency charting An example that uses the coinbased web socket feed to plot orders in real-time
Financial Data from IEX An example that uses the IEX cloud api to build a financial dashboard.

Documentation

About

Streaming pivot visualization via WebAssembly

https://jpmorganchase.github.io/perspective/

License:Apache License 2.0


Languages

Language:C++ 52.7%Language:JavaScript 38.5%Language:CSS 3.1%Language:HTML 1.5%Language:CMake 1.4%Language:TypeScript 1.2%Language:Python 0.9%Language:Dockerfile 0.3%Language:Jupyter Notebook 0.2%Language:C 0.2%