Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Built for small elasticsearch queries and ingestion of Star Wars character data 💪🏻

Notifications You must be signed in to change notification settings

captjt/simple-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch with Python

Must Haves

Elasticsearch

Python

Standing up Elasticsearch

Must be in the elasticsearch root directory.

bin/elasticsearch -Des.node.name=Skywalker
bin/elasticsearch -Des.node.name=Kenobi

In your browser go to localhost:9200 and localhost:9201 to test the servers are running

Once you have those servers running clone the repository locally

pyvenv env
. env/bin/activate
pip install -r requirements
python init.py
python search.py

init.py script will load swapi.co Star Wars character data. search.py script will do some small queries on the character dataset we ingested.

Enjoy!

About

Built for small elasticsearch queries and ingestion of Star Wars character data 💪🏻

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages