vega / scalable-vega

A demo of scaling Vega to millions of records

Home Page:https://vega.github.io/scalable-vega/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalable Vega

A demo of how to scale Vega to millions of records. Try it out at https://vega.github.io/scalable-vega/.

The way we implemented this demo is with a custom transform that accepts SQL queries and requests data from a database with the Vega Transform to Query OmniSciDB. You could implement this demo with any other database backend as long as it has an API you can call from your browser. In our demo, we constructed the queries with Vega signals so we can create dynamic queries.

Deployment

We are automatically deploying with GitHub Actions to GitHub Pages whenever there is a commit on master.

About

A demo of scaling Vega to millions of records

https://vega.github.io/scalable-vega/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 83.9%Language:HTML 13.8%Language:CSS 2.3%