8 ms·
Rill founder here, I have no comment on the UI similarity :) but I would emphasize our vision is building DuckDB-powered metrics layers and exploratory dashboar
by miked98 2y ago
Rill founder here, I have no comment on the UI similarity :) but I would emphasize our vision is building DuckDB-powered metrics layers and exploratory dashboards -- which we presented at DuckCon #6 last month, PDF below [1] -- and less on notebook style UIs like Hex and Jupyter.
Rill is fully open-source under the Apache license. [2]
[1] https://blobs.duckdb.org/events/duckcon6/mike-driscoll-rill-data-introducing-a-sql-based-metrics-layer-powered-by-duckdb.pdf https://blobs.duckdb.org/events/duckcon6/mike-driscoll-rill-...
[2] https://github.com/rilldata/rill https://github.com/rilldata/rill
- westurner 2y agoWhatTheDuck does SQL with duckdb-wasm Pygwalker does open-source descriptive statistics and charts from pandas dataframes: https://github.com/Kanaries/pygwalker https://github.com/Kanaries/pygwalker ydata-profiling does open-source Exploratory Data Analysis (EDA) with Pandas and Spark DataFrames and integrates with various apps: https://github.com/ydataai/ydata-profiling https://github.com/ydataai/ydata-profiling #integrations, #use-cases
- westurner 2y agoxeus-sqlite is a xeus kernel for jupyter and jupyterlite which has Vega visualizations for sql queries: https://github.com/jupyter-xeus/xeus-sqlite https://github.com/jupyter-xeus/xeus-sqlite jupyterlite-xeus installs packages specified in an environment.yml from emscripten-forge: https://jupyterlite-xeus.readthedocs.io/en/latest/environment.html https://jupyterlite-xeus.readthedocs.io/en/latest/environmen... emscripten-forge has xeus-sqlite and pandas and numpy and so on; but not yet duckdb-wasm: https://repo.mamba.pm/emscripten-forge https://repo.mamba.pm/emscripten-forge
- westurner 2y agoduckdb-wasm "Feature Request: emscripten-forge package" https://github.com/duckdb/duckdb-wasm/discussions/1978 https://github.com/duckdb/duckdb-wasm/discussions/1978
- loa_observer 2y agopygwalker also have a kernel compuataion mode which allows you to use duckdb to handle all queries from pygwalker UI.
- archon810 2y agoI love HN. Random comments about some service out there and replies are like "I am the founder" or "I wrote that".
- wodenokoto 2y agoIs there a video of your talk?
- miked98 2y agoYes thanks to DuckCon team it’s here: https://youtu.be/_IqvrFWY7ZM?si=1ux9SGUsh4kDs-ff https://youtu.be/_IqvrFWY7ZM?si=1ux9SGUsh4kDs-ff Alongside several great talks including Rusty Conover presenting Airport - Arrow + DuckDB — and Christophe Blefari (Bl3f) introducing a new, lightweight orchestrator called yato.
- wodenokoto 2y agoThank you for the additional recommendations!