Use existing duckdb wasm database to render charts #1905
Unanswered
kalyanm2305
asked this question in
Q&A
Replies: 1 comment 3 replies
-
How are you integrating Framework with your Angular application? Are you using Angular within Framework, or are you embedding Framework in an iframe, or something else? |
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
-
Hi,
I have an angular application where users can interact with parquet files and perform some basic data transformations like filter,sort, pivot . For all the above mentioned transformations, the uploaded file gets stored into a duckdb wasm db as a table. Now I plan to use the same db to create charts using uwdata/mosaic and came across this https://observablehq.com/framework/lib/mosaic.
Could you please let me know if there is a way to do so? I understand that there is an instance of duckdb wasm that gets created by default and I want to avoid and instead use the tables in the existing duckdb wasm database that my application is using.
Thanks
Kalyan
Beta Was this translation helpful? Give feedback.
All reactions