vega-plus
vega-plus copied to clipboard
Make Vega charts of large datasets
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
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...