Skip to content

Build an Elasticsearch index with Python APIs on AWS EC2. Search the Elasticsearch index with appropriate queries.

License

Notifications You must be signed in to change notification settings

jiegzhan/build-elasticsearch-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: Build and Search an Elasticsearch Index

Highlights:

  • Build an Elasticsearch engine.
  • Search an Elasticsearch index with appropriate queries.
  • The Elasticsearch Engine was built with Elasticsearch and Python APIs on AWS EC2.

Build the index:

  • Make sure Elasticsearch is running before building an index
  • Command: python3 build_index.py sample_data.csv
  • Example: python3 build_index.py ./data/uci-news-aggregator.csv.zip

Search the index:

  • Make sure Elasticsearch is running before searching an index
  • Command: python3 search_index.py
  • Example: python3 search_index.py

Reference:

About

Build an Elasticsearch index with Python APIs on AWS EC2. Search the Elasticsearch index with appropriate queries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages