Chapter 10. Creating Scraper Microservices with Docker
In this chapter, we will cover:
- Installing Docker
- Installing a RabbitMQ container from Docker Hub
- Running a Docker container (RabbitMQ)
- Stopping and removing a container and image
- Creating an API container
- Creating a generic microservice with Nameko
- Creating a scraping microservice
- Creating a scraper container
- Creating a backend (ElasticCache) container
- Composing and running the scraper containers with Docker Compose