Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 513 Bytes

setup.md

File metadata and controls

29 lines (18 loc) · 513 Bytes

Install mongodb

On mac:

brew tap | grep mongodb
brew install [email protected]
brew services start [email protected]
brew services stop [email protected]
mongo

Spawn a database

Spawn one database for the storage, and one database for the queue of which websites were already crawled

Create postgres database

createdb scraper

Useful links

Scraping Tools