Is it possible to use Vegafusion with DuckDB Wasm #467
Unanswered
michaelzwong
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @michaelzwong, thanks for the kind words! I think it would be possible to compile VegaFusion's runtime to WASM and integrate with DuckDB, but I haven't looked into it beyond what I wrote up in #394. I'd be interested to hear more about your use case though. Like how large the datasets are that you're working with, and whether you need full interactivity during rendering. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team,
Thanks for all the great work put into this repository! In my current React project, I am using react-vega and plan to migrate to a framework that can handle more rows of data. I am already running a DuckDB WASM instance and wonder if VegaFusion has a suggested solution to connect to it (#394)
Beta Was this translation helpful? Give feedback.
All reactions