8000 GitHub - joaops3/file-to-mongodb-cli: Command-line interface (CLI) tool designed to easily import and format large chunks of data to mongoDB
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Command-line interface (CLI) tool designed to easily import and format large chunks of data to mongoDB

License

Notifications You must be signed in to change notification settings

joaops3/file-to-mongodb-cli

Repository files navigation

file-to-mongodb-cli

file-to-mongodb-cli is a Node.js command-line interface (CLI) tool designed to easily import data within chunks from large files, such as Excel, CSV, or JSON, into a MongoDB collection.

Installation

$ npm i -g file-to-mongodb-cli

Running the app

# Only sending file
$ ftmon -i ./files/file.csv

# Passing File and Uri
$ ftmon -i ./files/file.csv -u <mongodb-URI>

# Passing File, Uri and Collection
$ ftmon -i ./files/file.csv -c <collection-name> -u <mongodb-URI>

# Show current db connection
$ ftmon --db

About

Command-line interface (CLI) tool designed to easily import and format large chunks of data to mongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0