Description: It is required to store the relationship between films and actresses in a database. The films in which each actress has worked are defined on each web page of the filmography in which the actress has acted.
- Diagram:
- Go: To create and manage consumers and producers
- Docker
- mysql: Store all data
docker-compose up
./pcb #Producers #Consumers
In #Producers we put the number of producers and in #Consumers the number of consumers. To run this command docker must be running.
The idea is to create a number of producers who collect the data for each actress and pass it to consumers without a race condition occurring that causes the data to be repeated.
In the database you can see the results, without any repeated actress data.






