Elasticsearch Loader 0.6.0 – a pythonic tool for batch loading data files (json, parquet, csv, tsv) into ElasticSearch

  Elasticsearch Loader – a tool for batch loading data files into ElasticSearch

# apt-get update -y
# apt-get install pip
# pip install elasticsearch-loader

JSON files with the format of [{„a“: „1“}, {„b“: „2“}]

# elasticsearch_loader –index <index> –type <type> *.json

Delete index before import (default false)

# elasticsearch_loader –delete –index <index> –type <type> *.json

Leave a Reply

You must be logged in to post a comment.