lakefs
TypeScript icon, indicating that this package has built-in type declarations

1.0.28 • Public • Published

Welcome to lakeFS 👋

Version License: ISC

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

Readme

Keywords

Package Sidebar

Install

npm i lakefs

Weekly Downloads

1

Version

1.0.28

License

SEE LICENSE IN ./third-party-license.txt

Unpacked Size

172 kB

Total Files

8

Last publish

Collaborators

  • walter-johnson