Skip to content

andrewvc/ee-datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Datasets for exploringelasticsearch.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages