From e9bf34390a51aacc4f30da3a8ab59221ace68b90 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Wed, 26 Jan 2022 06:02:21 -0500 Subject: [PATCH 1/2] Add section for tools that scale Vega-Lite Adds new ecosystem section for tools that scale Vega-Lite visualizations: - altair-transform - ibis-vega-transform - VegaFusion --- site/ecosystem.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/ecosystem.md b/site/ecosystem.md index 611be33874..9103af9c04 100644 --- a/site/ecosystem.md +++ b/site/ecosystem.md @@ -28,6 +28,12 @@ We mark featured plugins and tools with a [VegaFusion](https://vegafusion.io/), a Rust library and Python API that provides server-side acceleration for interactive Altair/Vega-Lite visualizations using [Apache Arrow](https://arrow.apache.org/) and [DataFusion](https://arrow.apache.org/datafusion/). + ## Plug-ins for Vega-Lite - [Tooltips for Vega and Vega-Lite](https://github.com/vega/vega-lite-tooltip) From 878e2895bb5ed795d66c1b175905ec56cf5af786 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Wed, 26 Jan 2022 10:10:02 -0500 Subject: [PATCH 2/2] Add Scalable Vega demo Add Scalable Vega demo to new "Tools for Scaling Vega-Lite Visualizations" section --- site/ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/ecosystem.md b/site/ecosystem.md index 9103af9c04..4594dec9f9 100644 --- a/site/ecosystem.md +++ b/site/ecosystem.md @@ -33,6 +33,7 @@ We mark featured plugins and tools with a [VegaFusion](https://vegafusion.io/), a Rust library and Python API that provides server-side acceleration for interactive Altair/Vega-Lite visualizations using [Apache Arrow](https://arrow.apache.org/) and [DataFusion](https://arrow.apache.org/datafusion/). +- [Scalable Vega](https://github.com/vega/scalable-vega), a demo of how to scale Vega to large datasets by implementing a custom transform that accepts SQL queries and requests data from an external database. ## Plug-ins for Vega-Lite