vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.31k stars 591 forks source link

Support Vega visualization grammar [FEATURE-REQUEST] #1006

Open alexkreidler opened 4 years ago

alexkreidler commented 4 years ago

The Vega project allows users to define declarative visualizations that can be used (rendered) in different data environments.

It would be great if Vaex could support even a subset of Vega's features.

maartenbreddels commented 4 years ago

Hi,

yes, some integration with Vega would be interesting. Last time I spoke to a vega dev, they were interested in 'server side' aggregations. I'm not sure that is possible now. We don't have the bandwidth to work on this now, but happy to support development.

Regards,

Maarten