Skip to content

Two standalone Django projects demonstrating the use of Redis for pub/sub pattern in microservice architecture [Proof of concept]

Notifications You must be signed in to change notification settings

bibekme/Django-PubSub-Microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-PubSub-Microservices

Two standalone Django projects demonstrating the use of Redis for pub/sub pattern in a microservice architecture

How to run

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: admin@example.com
password: password

Use Case

An architectural design pattern for distributed systems created for asynchronous communication between different components or services.

About

Two standalone Django projects demonstrating the use of Redis for pub/sub pattern in microservice architecture [Proof of concept]

Resources

Stars

Watchers

Forks

Packages

No packages published