vega-plus icon indicating copy to clipboard operation
vega-plus copied to clipboard

Make Vega charts of large datasets

Results 4 vega-plus issues
Sort by recently updated
recently updated
newest added

Many people want to sue Vega with larger datasets and this repo has code to automatically extract transforms into SQL. It would be great if this functionality was available in...

We should set up branch protections so that tests have to pass before a pull request can be merged. We should also disallow pushes to master.

update [server.ts](https://github.com/leibatt/scalable-vega/blob/master/server.ts) - [x] simplify the code - [ ] make sure inefficient client-server communications are eliminated/reduced

enhancement

Update in [server.ts](https://github.com/leibatt/scalable-vega/blob/master/server.ts) - [x] step 1: get DuckDB working in place of PostgreSQL - [ ] step 2: get another back-end (MonetDB?) working in place of DuckDB and PostgreSQL...

enhancement