1.1.0 • Published 6 years ago

es-bulk-import-cli v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.6

6 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago