Skip to content

Scrapes websites using Scrapy and makes it searchable in Elasticsearch

License

Notifications You must be signed in to change notification settings

HarkanwalPSingh/web-scrape-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-scrape-indexer

Scrapes websites using Scrapy and makes it searchable in Elasticsearch

How to run?

Run Indexer

cd indexer
./gradlew build
./gradlew bootRun

Run Crawler

In a separate terminal

cd scrapper
poetry shell
cd simple-scrapper
scrapy crawl news-spider
deactivate

Validate

Open http://localhost:8080/swagger-ui/index.html

Play around the endpoints

alt text

About

Scrapes websites using Scrapy and makes it searchable in Elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published