Welcome to lakeFS 👋
The lakeFS open source project for data lakes enables zero copy Dev \ Test isolated environments, continuous quality validation, atomic rollback on bad data, reproducibility, and more. This a node wrapper to help you connect and upload files to your lakeFS instance.
Install
npm install lakefs
Usage
import {lakeFS} from 'lakefs';
let lakefs = lakeFS
lakefs({profile: 'local'}, 'call-center2', "http://localhost:8000", "public")
Variables
profile: your aws/lakeFS profile
bucket: your desired bucket
host: the host of your lakeFS instance
privacy: public or private
pass this object to your request handler and it will grab the file and upload it to your bucket!
Run tests
npm run test
Author
👤 Walter Johnson
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator