Replies: 3 comments 5 replies
|
Thanks Mike. This looks great. I can't yet see the Where DuckDB-Wasm is concerned I do still think there's something to be won from materialising objects as tables / views in the browser. If I wanted to do further analysis on const db2 = DuckDBClient({groups});-- database: var:db2
SELECT * FROM groups ORDER BY "SUM(Volume)" DESC LIMIT 5In a perfect world it would be possible to set the original |
|
Hi @mbostock. I've been experimenting with this a bit since you added the
The combination of a fully fledged DuckDB instance and Observable's functionality is every bit as good as I'd hoped and I'd love to see it supported natively if you think it's worth pursuing. |

Uh oh!
There was an error while loading. Please reload this page.
Hi Mike,
Do you think it might be possible to build reactivity into SQL cells? Or, more specifically, into DuckDB SQL cells. I don't use Hex, but from the documentation it looks like they have something similar. I think this could be tremendously powerful from a data perspective.
The way I'd see it working is something like this:
outputid and amaterialize(or similar) boolean attributematerializethen the output gets loaded into a local DuckDB instance as a tableI appreciate that it's probably nowhere near as simple as that (!)
Cheers,
Ben
All reactions