Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duckdb geo in Observable #16

Open
neocarto opened this issue Mar 3, 2023 · 5 comments
Open

duckdb geo in Observable #16

neocarto opened this issue Mar 3, 2023 · 5 comments

Comments

@neocarto
Copy link

neocarto commented Mar 3, 2023

DuckDB is now very much used in Observable. Is it possible to use this extension in this context? If yes, how?
https://observablehq.com/@observablehq/duckdb

@blackrez
Copy link
Contributor

blackrez commented Mar 3, 2023

Good question, the version of DuckDB used in Observable is based on WASM. I will check how it's possible to use unsigned extension.

@neocarto
Copy link
Author

neocarto commented Mar 3, 2023

It would be great if it could work.

@blackrez
Copy link
Contributor

For now, it's impossible to use unsigned extension with duckdb-WASM. But there is some interesting change from duckdb-wasm.
duckdb/duckdb-wasm#1190

@carlopi
Copy link

carlopi commented Mar 23, 2023

Hi! Carlo from DuckDB Labs here.

We are actively experimenting with DuckDB Wasm extensions, but for this to be live on Observable a few things will have to happen:

  • Extension loading support is iterated on and eventually becomes part of duckdb-wasm
  • GEO extension can be compiled to Wasm (might requires some hopefully minor modifications)
  • Observable updates duckdb-wasm to not-yet-existing extension-loadable version

I think partially 1 and 2 can be worked in parallel, I will modify extension-template repo with instructions on how to generate the WebAssembly-enabled files, and then I will be very happy to get feedback on from this extension perspective.

Here the trackign issue on extension loading: duckdb/duckdb-wasm#1202, feedback is very welcome also from extension-authors!

@tobilg
Copy link

tobilg commented Jun 11, 2024

This should work nowadays, right? duckdb/duckdb-wasm#1202 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants