tomiwaforMichael Sannitomiwa.hashnode.net·Oct 13, 2020An Introduction to KafkaIntroduction For a long time now, we've always kept data in the database and they made us think in terms of objects(things). These objects(things) usually have attributes like name, color, weight, etc. In today's world keeping track of data has grown...Discuss·43 likes·668 readskafka
DevhouseforDevhouse.devhouse.hashnode.net·Jan 12, 2022Creating a Netflix-like streaming serviceCULTPIX Cultpix is а new global film streaming service for vintage cult films June 2020 - Nowadays cultpix.com OVERVIEW In midsummer 2020 we were approached by a very inspired team of movie enthusiasts. Little did we know those were not just movies...Discuss·43 likes·559 readsvideo streaming
Anuradha Aggarwalfor<DeveloperBlogs />anuradha.hashnode.net·Mar 14, 2021Short Polling vs Long Polling vs Web SocketsHello coders!! Today we will discuss various techniques to retrieve data from the server. Just before we move ahead I hope you are aware of client-server architecture. The basic web application with the client-server model flow will be as follows:- ...Discuss·42 likes·11.9K readsWeb DevAjax
Amit DassforMaster in Data Engineering with Cloudclouddataengineering.hashnode.net·Apr 23, 2023Interview ready for Kafka (Advanced)1. Imagine you have a high-rate producing Kafka Producer, but your consumers are unable to keep up with the incoming data. How do you resolve this issue? The interviewer is trying to assess your knowledge of Lag Monitoring and how you handle it & is ...Discuss·3 likeskafka
Bobur UmurzokovforBobur's Blogboburadvocate.hashnode.net·Apr 18, 2023Modern stack to build a real-time event-driven appThe rise of real-time event-driven applications has led to the development of modern technology stacks that can handle large volumes of events in real time. Real-time event-driven applications are characterized by their ability to respond immediately...Discussevent-driven-architecture
Chukwuemeka Obinna KanuforLearning to Clouduncleobinna.hashnode.net·Apr 16, 2023Cloud computing (Media streaming as an example)Some days ago, I was searching for a mixtape I used to enjoy listening to back in the day. In the years before music streaming, I would have had to go out to a music store to look for and buy that CD, enjoy it for a while until the CD cracked, and th...DiscussCloud Computing
Andrea LiaoforAndrea Liaoandrealiao.hashnode.net·Apr 15, 2023Building Streaming Data Delivery Pipeline on AWS using Amazon Kinesis solution👉🏻 This walkthrough is to stimulate a real world use case of building a streaming data pipeline for an e-Commerce platform. With Amazon EC2 generated clickstream data, we will be building a solution using Amazon Kinesis Data Firehose delivery strea...DiscussAWS
EthanforDevelopment Diaryethan91.hashnode.net·Apr 15, 2023Streaming Webcam To RTMP Using GStreamerIntroduction Hello! 😎 In this tutorial I will show you how you can stream your webcam to an RTMP server using C++ and GStreamer. Requirements Basic knowledge of C++ Basic knowledge of GStreamer A webcam Creating The Source First we need to ac...DiscussBeginner Developers
Bobur UmurzokovforBobur's Blogboburadvocate.hashnode.net·Apr 7, 2023How Change Data Capture (CDC) Works with Streaming DatabaseEfficiently capture databases changes with a streaming database Streaming Change Data Capture (CDC) is a data integration approach that has become increasingly popular in recent years. Streaming CDC is a technique that enables organizations to captur...Discuss·1 likeDatabases
David SerranoforDavid Serranosvprdga.hashnode.net·Apr 6, 2023Create a High-Quality Live Streaming App with FlutterIn this article, I will be explaining how to incorporate multimedia streaming into your Flutter application. This type of technology is usually quite expensive, not only do you need to have a deep understanding of all the low-level protocols, but you...Discuss·120 readsFlutter
Bobur UmurzokovforBobur's Blogboburadvocate.hashnode.net·Mar 31, 2023How Streaming database differs from a Traditional database?Streaming database vs Traditional database In today's digital age, businesses have more data at their disposal than ever before. This wealth of information can be leveraged to make better decisions, optimize operations, and improve customer experienc...Discuss·1 likeSQL
Vinay BommaforVinay Bomma's Blogvinaybomma.hashnode.net·Mar 28, 2023Creating your personal media server with Raspberry Pi and PlexIntroduction For some time now, I had been planning to create a personal media server, something which would allow me to access personal media from anywhere, at any time. Ease of use was also something very important to me since my family would be us...Discuss·45 readsRaspberry Pi
Bobur UmurzokovforBobur's Blogboburadvocate.hashnode.net·Mar 23, 2023Query Real Time Data in Kafka Using SQLApache Kafka is a distributed streaming platform that allows you to store and process real-time data streams. It is commonly used in modern data architectures to capture and analyze user interactions with web and mobile applications, as well as IoT d...Discuss·1 like·109 readsSQL