Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialization and Transfer #2

Open
domoritz opened this issue Nov 5, 2020 · 0 comments
Open

Serialization and Transfer #2

domoritz opened this issue Nov 5, 2020 · 0 comments
Labels

Comments

@domoritz
Copy link
Member

domoritz commented Nov 5, 2020

The data that is being visualized with Vega and Vega-Lite needs to be loaded into a browser. Right now, we serialize this data into text formats (e.g., JSON/CSV) which incurs a large overhead. Thus, for larger datasets, data transfer is often the main bottleneck in Vega. We plan to integrate more efficient binary formats (such as Apache Arrow) into the Vega runtime, to improve transfer in JupyterLab and other data science environments. See vega/vega#1300 for details.

@domoritz domoritz added the Vega label Nov 5, 2020
@domoritz domoritz added this to Roadmap Oct 14, 2023
@domoritz domoritz moved this to Future in Roadmap Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Future
Development

No branches or pull requests

1 participant