You Won't Believe How Easy Publish-Subscribe Pattern is with Python and RabbitMQ

preview_player
Показать описание
Watch the video to learn the concept of the publish-subscribe pattern, how it is different from the observer pattern, and a simple implementation of it in Python using RabbitMQ queue.

Publish-Subscribe is an architectural design pattern that helps you send some data between the services without the services relying on each other.
In fact, with this pattern, the services don't even need to know that one another exists!

#Python #DesignPatterns
-------------------------------------------------------------------------------------
📰 *Sign up for my newsletter*

☕*Buy me a coffee*

🖥️ *Free Courses to Learn Programming*

🛒 *Products I recommend*

*Connect with me*

#codevev
Рекомендации по теме
Комментарии
Автор

Isn't the publish subscribe pattern pretty good?

codevev
Автор

Nice video! Quick, clear and to the point

danielusvyat
Автор

İ like your videos, I'm sure this channel will be one of the best one day, because the content is awesome.

CoentraDZ
Автор

How would this be if we need publisher and suscriber to be both simoultaniously active?

lorelarios