datafusion-wasm

APACHE-2.0 License

Stars
10
Committers
1

DataFusion WASM

[!NOTE] The follow up development of this project is moved to DataFusion WASM Bindings. Please check it out for the latest updates.

Apache Datafusion that works on wasm32-unknown-unknown.

Install

This repo is published to npm: https://www.npmjs.com/package/datafusion-wasm. Use the following command to add dependence:

npm i datafusion-wasm

Docs

🚧 on the way

Before it's ready you can refer to the rust version of API documentation: https://docs.rs/datafusion/latest

Related Projects