Async web crawler
- asynchronous
- search Rest API
- Create venv and install dependencies
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt - Run docker-compose
docker-compose up -d
- Crawl task
python main.py -e http://localhost:9200 -c 8 -p 8 docs.python.org
- Get result
curl http://localhost:8080/api/v1/search?q=asyncio&limit=20&offset=5