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

Support web-standards platforms for the data server #174

Open
tmcw opened this issue Sep 9, 2023 · 1 comment
Open

Support web-standards platforms for the data server #174

tmcw opened this issue Sep 9, 2023 · 1 comment

Comments

@tmcw
Copy link

tmcw commented Sep 9, 2023

It'd be nice to be able to run the mosaic data server on Cloudflare Workers or Deno, and it seems kind of feasible from how it's set up currently - the only big change would be the native Node.js duckdb module, which would have to be swapped for the WASM port.

@jheer
Copy link
Member

jheer commented Sep 13, 2023

This sounds exciting, though admittedly I have little-to-no experience with either. The WASM port has notable scalability limits (e.g., file system access, parallelization), so it would be ideal if a more full-featured DuckDB instance could be used. In addition to the Node-based data server, it should not be too difficult to write an analogous Python server (which is basically what the Jupyter widget does), should that be easier to deploy.

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

2 participants