OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 29, 2024Publisher Subscriber Model (Pub/Sub Model)What is Pub/Sub Messaging ? Related Terminology Sub Publisher —> Input(Channel) —> Output(Channel) —> Sub ...DiscussPub Sub Model
Kilokiloai.hashnode.dev·Oct 17, 2024Các Tham Số Quan Trọng Cần Biết Khi Cấu Hình KafkaCác Tham Số Quan Trọng Cần Biết Khi Cấu Hình Kafka Broker Kafka là một nền tảng phân tán mạnh mẽ, giúp xử lý hàng tỷ sự kiện mỗi ngày trong các ứng dụng lớn. Để tối ưu hóa hiệu suất của Kafka, điều chỉnh các tham số quan trọng của Kafka Broker là điề...DiscussMessages-Queueskafka
Snehangshu Bhattacharyablogs.snehangshu.dev·Oct 6, 2024Distributed Computing with Python: Unleashing the Power of Celery for Scalable ApplicationsHave you ever wondered about when you upload an 8K Ultra HD video to YouTube and immediately YouTube starts to process and optimize that video and make multiple copies of it in 1080p, 720p, 480p, 360p and 144p so that your content can be streamed to ...Discuss·109 readsPython
Shaileshshaileshpashte.hashnode.dev·Aug 30, 2024Amazon MQ: Managed Message Broker Service on AWSIntroduction As organizations continue to modernize their IT infrastructures and move towards cloud-native architectures, there remains a significant need for traditional message brokers that support a variety of protocols and messaging patterns. Ama...DiscussAWS
Sushant Pantsushantpant.com.np·Aug 19, 2024Understanding distributed systemIntroduction 2 words "distributed" and "system" meaning a system which is built up of multiple components that work together as-a-whole. For instance, consider an online platform like Amazon. It is made up of various services to handle inventory mana...Discuss·11 likes·71 readsDistributed Systemdistributed system
Nicanor Talks Webblog.nicanor.me·Aug 14, 2024Cloud Messaging PatternsCloud messaging is a fundamental component of modern distributed systems. It involves the exchange of information between different software components or applications. The core idea is to decouple systems, allowing them to operate independently whil...DiscussCloud
Nile Bitsnilebits.hashnode.dev·Aug 3, 2024How To Deploy RabbitMQ On Public IP?Anyone working with distributed systems, microservices, or wanting a dependable message broker accessible from several networks may find it useful to know how to deploy RabbitMQ on a public IP. You will be able to set up RabbitMQ on a public IP addre...Discussrabbitmq
Aleksei Zagoskinzagosk.in·Jul 28, 2024Get To Know Your Message BrokerMessage brokers are a crucial part of many asynchronous distributed systems. Just like blood vessels transport blood throughout the human body, message brokers transmit streams of countless messages between applications. Today, we're going to take a ...Discuss·59 readsmessage queue
GlassFlowforGlassFlow Blogglassflowblog.hashnode.dev·Jul 11, 2024Real-Time Streaming BasicsReal-time streaming has become critical for many businesses and applications in today's fast-paced digital era. Whether it is delivering critical financial transactions, analyzing vast amounts of data to make quick decisions, or sending social media ...Discuss·1 like·32 readsEngineeringData Science
Deven devendraadhikari.com.np·Jun 2, 2024Setting Up Celery, Celery Beat, Redis, and DjangoThis guide will walk you through the detailed process of setting up and using Celery with Redis in a Django application. We'll cover task creation, enqueuing tasks, using Redis as a message broker, processing tasks with Celery workers, and scheduling...Discuss·51 readsDjango