(no title)
freeman478 | 3 years ago
Have you looked at https://perspective.finos.org/ ? It has at least some overlaps and can manage pretty big datasets by levering Arrow in WASM in the browser.
freeman478 | 3 years ago
Have you looked at https://perspective.finos.org/ ? It has at least some overlaps and can manage pretty big datasets by levering Arrow in WASM in the browser.
loa_observer|3 years ago
But for performance in the browser, I am also researching ways to handle large datasets in the browser, such as duckdb-wasm.
Another project I am working on, called RATH is facing more challenging performance issues because it is designed to automate the exploration of data to find insights and causal relations by machine. It currently is using web worker and indexedDB to implement a lite cube service in the browser, but it is not enough.
https://github.com/kanaries/rath
Thanks for your advice, I will continue to improve the both computation and render performance in browser.
pqyzwbq|3 years ago
by the way, for RATH's automated data exploration, it seems like https://github.com/rilldata/rill-developer project.