-
Notifications
You must be signed in to change notification settings - Fork 500
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
OpenDAL Node.js Binding #1204
Comments
Thanks @suyanhanx to build basic IO support! Now we have the following things to do before we can make a
|
Hello, @suyanhanx. Is it possible to use our Node.js bindings on Deno? Additionally, what steps are necessary to enable us to run the bindings in a web browser? |
Yes. But we may need to release it first.
We need to compile the binding to WASM. |
Nodejs binding has been released to npm, let's close this issue. |
In PR #1206, I setup a basic nodejs binding. We need to expose more OpenDAL API to node so that it can be useful.
Plan
Node.js Binding support is at a very early stage.
The first goal of this issue is reading data from service s3 in pure python.
Tasks
Features
Tests
I'm not an experienced node.js developer, welcome anyone who is interested in this issue to walk in and own some parts.
The text was updated successfully, but these errors were encountered: