Two standalone Django projects demonstrating the use of Redis for pub/sub pattern in a microservice architecture
You can use the command:
docker-compose up
A default superuser is hydrated in the producer system and then replicated to the consumer system when running the project for the first time.
The default credentials for the user created are:
email: [email protected]
password: password
An architectural design pattern for distributed systems created for asynchronous communication between different components or services.