delta-sharing

0.0.2 • Public • Published

Node.js Connector for Delta Sharing

Node.js Delta Sharing Connector Logo

About

The Node.js Delta Sharing connector allows you to load shared datasets in Node.js as DataFrames using the popular library, Danfo.js.

Delta Sharing is an open protocol for secure real-time exchange of large datasets, which enables secure data sharing across different computing platforms. It lets organizations share access to existing Delta Lake and Apache Parquet tables with other organizations, who can then directly read the table in Pandas, Apache Spark, or any other software that implements the open protocol.

Running the Sample Node.js Application

A sample Node.js application can be found in the project's GitHub repo under the /examples directory. Simply link the Node.js package, install the dependencies, and execute the app.js file in your Node.js runtime environment.

cd delta_sharing
npm link
cd ../examples
npm link install delta-sharing
node app.js

System Requirements

The Node.js Delta Sharing connector requires Node.js v16.9.0 or above.

Reporting Issues

Found a bug or issue in the code? Please open a new issue under the GitHub Issues so we can track and fix community reported issues.

Contributing

Come join our team of contributors! We absolutely welcome all code contributions to Node.js Delta Sharing connector. Please see the CONTRIBUTING.md for more details.

License

The Node.js Delta Sharing connector is free to download and use under the Apache License 2.0.

Package Sidebar

Install

npm i delta-sharing

Weekly Downloads

81

Version

0.0.2

License

Apache-2.0

Unpacked Size

31.3 kB

Total Files

6

Last publish

Collaborators

  • goodwillpunning