Hello, guys~ I recently developed a data exploration and visualization app which can be used as a different type of open-source alternative to Tableau. It is extremely easy to embed in your apps just as a react component. The original purpose is to develop a lite plugin that can be easily embedded in most cases, it doesn't have to be a large BI, but a lite graphic plugin.<p>GitHub: Kanaries/graphic-walker, <a href="https://github.com/Kanaries/graphic-walker">https://github.com/Kanaries/graphic-walker</a><p>The main features implemented:
* A user-friendly drag-and-drop-based interaction for exploratory data analysis with visualizations.
* A grammar of graphics-based visual analytic user interface where users can build visualization from low-level visual channel encodings.
* A Data Explainer explains why some patterns occur / what may cause them.
* Using web workers to handle computation tasks which allows you to use it as a pure front-end app.
And you can use it in your app as a react component:h me in github or discord.<p>Feedbacks and advice are welcome! Discuss with me in github or discord!
Interesting area and well done on the work !<p>Have you looked at <a href="https://perspective.finos.org/" rel="nofollow">https://perspective.finos.org/</a> ? It has at least some overlaps and can manage pretty big datasets by levering Arrow in WASM in the browser.
This looks cool, but hopefully does not run afoul of Tableau's (and now Salesforce's) many patents in that space.<p>IIRC part of the reason certain features couldn't make it into Microsoft's PowerBI was because of those.
This looks great! We have previously used <a href="https://pivottable.js.org/" rel="nofollow">https://pivottable.js.org/</a>, which is in a similar space.