Skip to content

Dukecat0613/ElasticSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ElasticSearch

There are 3 parts, the first one is crawling movie data from imdb such as movie poster, duration time, title, publish date etc, the second one is defining the elasticsearch mapping and store the data in elasticsearch, the final part is the front end which query the movie by elasticsearch query and suggestion.

How to run?

Firstly, starting crawling data

scrapy crawl imdb_spider

Secondly, seting up Flask application on the Front folder

export FLASK_APP=webmovie.py
flask run

Finally, enter the ip in the browser

localhost:5000

Presentation

Auto-suggestion


Sort


Detail Information



About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published