vega_lite icon indicating copy to clipboard operation
vega_lite copied to clipboard

Server-based aggregations

Open sweco-semtne opened this issue 3 years ago • 1 comments

Would it be feasible to implement something similar or integrate with VegaFusion. It is a serverside accelerator for large datasets visualized with Vega

https://github.com/vegafusion/vegafusion/

sweco-semtne avatar Jun 24 '22 07:06 sweco-semtne

Yes, although I don't think we need a separate library or to use VegaFusion. Instead, using the Table.Reader protocol, we can ask the underlying table if it provides efficient aggregations. If it does, we can ask the underlying data structure to aggregate for us. This way we can automatically aggregate for you when using stuff like Explorer or other data structures.

josevalim avatar Jun 24 '22 08:06 josevalim