ee-datasets icon indicating copy to clipboard operation
ee-datasets copied to clipboard

Datasets for exploringelasticsearch.com

ee-datasets

Datasets for exploringelasticsearch.com

To load these datasets into ElasticSearch, simply download them as a zip archive, extract to a local folder, and execute the following command from the shell or command prompt:

java -jar elastic-loader.jar http://{elasticsearch-host}:{elasticsearch-port} {dataset-file}

So for example, to load the dataset named movie-db.eloader (from the datasets subfolder) to an ElasticSearch instance that is running at the default host and port, run:

java -jar elastic-loader.jar http://localhost:9200 datasets/movie_db.eloader

Once the dataset is loaded into ElasticSearch you will be able to execute the example code from exploringelasticsearch.com