1.1.0 • Published 5 years ago

es-bulk-import-cli v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Elasticsearch Bulk Import CLI

A simple CLI which created with Node.js and commander.js for bulk importing datas to Elasticsearch client.

Installing

You can install this cli via npm or yarn:

npm install -g es-bulk-import-cli

or

yarn global add es-bulk-import-cli

After installing you can use like this:

es-bulk-import --index <your_index_name> --type <document_type_name> --file <json_file_path>

You can see other commands via:

es-bulk-import --help
1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago