Replies: 1 comment 10 replies
-
I'm not sure I totally follow. Mosaic works best when you operate on a single dataset so that cross-filtering etc works across the various clients. Can you give a bit more detail on the use case? Do you want to have a a single source dataset (combining multiple parquet files) and then show different subsets on different charts? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
So far, Mosaic has been great for us. But I'm currently having trouble getting the correct paradigm down for how to interact with Mosaic in the "correct" way.
The situation is that our application loads several large files when the application opens. Our idea was that if we can use "vg.loadParquet" to initialize the table, we can generate several different plots from this large table.
But I'm a bit confused on how to go about this. I've had some success with creating temp tables using coordinator.exec() and just filtering what I want out of the large table with a raw sql query, but this seems to go against what Mosaic is trying to do. My other guess was that each chart is essentially the same chart except with different data automatically filtered out.
So I guess all I'm asking is
Any help would be greatly appreciated. This may be a very simple question, but I've scoured the documentation and can't find any that seems to match what I'm trying to do. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions