Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lakefs

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lakefs

README.md

  • 1.0.28
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 21 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc