Tributary Data
Tributary Data
  • 7
  • 21 311
What is Debezium? Exploring Real-time Change Data Capture
Debezium is an open-source platform for real-time change data capture (CDC).
In this video, we'll take you through the basics, explore how Debezium works, discuss deployment options, and showcase some compelling use cases.
- Introduction: Get to know Debezium and understand its significance in data streaming and change tracking.
- How does Debezium work?: Uncover the inner workings of Debezium and how it facilitates real-time data synchronization across various databases.
- Deployment Options: Explore the different ways you can deploy Debezium to suit your specific needs and infrastructure.
- Use Cases: Discover real-world scenarios where Debezium shines, from ensuring data consistency to enabling timely analytics.
Whether you're a developer, data engineer, or just curious about the latest in data management, this video has insights for everyone. Don't forget to like, share, and subscribe for more content on cutting-edge technologies!
🌐 Additional Resources:
- An Introduction to Event-driven Change Data Capture
th-cam.com/video/-irkDCmHhKk/w-d-xo.html
- Debezium Official Website
debezium.io/
- GitHub Repository
github.com/debezium
🔗 Timestamps:
0:00​ Introduction
1:02​ How does Debezium work?
2:43 Deployment Options
5:01​ Use Cases
🚀 Stay tuned for more tech explorations and tutorials!
#Debezium #ChangeDataCapture #DataStreaming #DatabaseIntegration #RealTimeData #DataSynchronization #DataManagement #TechExploration #DeveloperTools #DataEngineering #DatabaseReplication #DataConsistency #Analytics #OpenSource #Technology #SoftwareDevelopment #Coding #Programming
มุมมอง: 522

วีดีโอ

Azure Service Bus message scheduling with an example
มุมมอง 3.7K3 ปีที่แล้ว
Azure Service Bus is a managed message queueing service offered by Microsoft Azure. In Azure Service Bus, you can schedule a message to deliver at a later time. This video discusses how to schedule a message, cancel a scheduled message, and browse already scheduled messages with Azure Service Bus and its C# .NET SDK client. This video has the following companion article. medium.com/event-driven...
Commands, Events, and Queries in Microservices Communication
มุมมอง 4893 ปีที่แล้ว
Distributed applications require communicating with each other to accomplish certain business use cases. When designing the inter-component communication, three message constructs require your attention; Commands, Events, and Queries. Proper classification and using them in the right context can make a significant impact on your application architecture. In this video, you will learn: - What ar...
What is Event-driven Change Data Capture Process?
มุมมอง 7K3 ปีที่แล้ว
How to detect, capture, and propagate changes in source databases to target systems in a real-time, event-driven manner? Change Data Capture (CDC) is the process of observing all data changes written to a database and extracting them in a form in which they can be replicated to derived data systems. In this video, you'll learn: - Why is CDC required? - What is the process of CDC? - What are the...
Comparing Enterprise Messaging and Event Streaming
มุมมอง 2.9K3 ปีที่แล้ว
Enterprise messaging and event streaming are two technologies you can use to build asynchronous, event-driven, and highly scalable applications. Many people today use these technologies interchangeably hoping that there are no subtle differences in between. When you look at their inner architectures to understand what’s their purpose for existence and what problems they are trying to solve, you...
AWS SQS Visibility Timeout Explained in 10 Minutes
มุมมอง 5K3 ปีที่แล้ว
An AWS SQS queue has a feature called the Visibility Timeout where SQS temporarily hides a message from other consumers while it is being consumed by a consumer. In this video, you'll learn: - The concept of Visibility Timeout - How it works? - How to configure the Visibility Timeout for an SQS queue? - Best practices for setting the Visibility Timeout This video is followed by a detailed artic...
Message Queue Fundamentals Explained in 20 Minutes
มุมมอง 1.8K3 ปีที่แล้ว
Whether you are a novice or a seasoned IT professional, you'll get to work with message queues someday in your career. In this video, you'll learn about the fundamentals of message queues, the way they work, and what additional benefits they can add to your application architecture. The video consists of the following sections. 1. Fundamentals 2. Message exchange patterns 1. Point-to-point mess...

ความคิดเห็น

  • @prabirkumarsahoo6368
    @prabirkumarsahoo6368 หลายเดือนก่อน

    Music is so annoying

  • @filipequeiroz1133
    @filipequeiroz1133 หลายเดือนก่อน

    I just didn't understand this horrifying soundtrack

  • @bu_xl
    @bu_xl 2 หลายเดือนก่อน

    Love the explanation and the soundtrack 🙏

  • @corsidenMSU
    @corsidenMSU 4 หลายเดือนก่อน

    The music makes this very hard to listen to.

  • @syedimam3615
    @syedimam3615 4 หลายเดือนก่อน

    Excellent explanation!

  • @hodorstark0090
    @hodorstark0090 5 หลายเดือนก่อน

    Your slides and content are very good. I suggest you change the voice recorder for better delivery of content and reach. It's really hard to concentrate and understand the lecture.

    • @tributarydata
      @tributarydata 5 หลายเดือนก่อน

      Thank you for the feedback. Appreciate it.

  • @t529615
    @t529615 6 หลายเดือนก่อน

    Really good explanation of the main difference between messaging and Event Streaming!

  • @k0ncsss304
    @k0ncsss304 7 หลายเดือนก่อน

    The best explanation, Thanks!

  • @aces8481
    @aces8481 ปีที่แล้ว

    wow! clear and concise :) thank you!

  • @ProGamer-mq1mp
    @ProGamer-mq1mp ปีที่แล้ว

    Thanks for explaining it.

  • @HamitKumru
    @HamitKumru ปีที่แล้ว

    Good explanation, thank you

  • @mahletkenaw5815
    @mahletkenaw5815 ปีที่แล้ว

    Great lesson. Thank you

  • @ManuPresannakumar
    @ManuPresannakumar ปีที่แล้ว

    Hi, can you post a video on CDC where partial log is captured. And how to propagate them to a target db where update statement is not allowed but only delete and insert is allowed. Can use spark

  • @divingdabbler2035
    @divingdabbler2035 ปีที่แล้ว

    May your channel grow 1000x in subs and get a million views. Very clear explanation and great selection of topics! Good luck!

  • @sj9851
    @sj9851 ปีที่แล้ว

    The video explains that other consumers can not poll the SAME message, but can they poll other messages in FIFO queue since other message doesn't have Visibility Timeout yet?

    • @GopalKrishanAggarwal1
      @GopalKrishanAggarwal1 ปีที่แล้ว

      Yes. It also explains that other consumers will end up receiving the SAME message, if the initial consumer fails to delete it within the visibility timeout period.

  • @ABSP5766
    @ABSP5766 ปีที่แล้ว

    Excellent content very much spoiled by the background music.

  • @akritworanithiphong
    @akritworanithiphong ปีที่แล้ว

    Thank you

  • @hammadyasir2174
    @hammadyasir2174 ปีที่แล้ว

    Thanks for clearing doubts about sqs Visibility timeout

  • @eduardobcastro14
    @eduardobcastro14 2 ปีที่แล้ว

    +1 answer to my interview portfolio

  • @jain007neeraj
    @jain007neeraj 2 ปีที่แล้ว

    Awesome

  • @GilberthMolinaC
    @GilberthMolinaC 2 ปีที่แล้ว

    When we use the "ScheduleMessageAsync" we need to send the second param using "UTC"

  • @darshake1
    @darshake1 2 ปีที่แล้ว

    Keep up the good work.

  • @shazinfy
    @shazinfy 2 ปีที่แล้ว

    Thank you for precise explanation.

  • @sonammalhotra9226
    @sonammalhotra9226 2 ปีที่แล้ว

    One of the best explanations on SQS. Very clearly explained. Thanks!

  • @paulifea7072
    @paulifea7072 2 ปีที่แล้ว

    What happens when the visibility timeout period expires while consumer 1 is still processing the message, and consumer 2 polls the message which enters a visibility timeout period so consumer 1 does not have access to the message? can consumer 1 still continue processing the previously polled message to its completion?

    • @GopalKrishanAggarwal1
      @GopalKrishanAggarwal1 ปีที่แล้ว

      AFAIK, if the visibility timeout expires while consumer 1 is still processing the message, then same message will also start getting processed by consumer 2. i.e. consumer 1 and consumer 2 are now processing the same message simultaneously.

  • @sdakshin1
    @sdakshin1 2 ปีที่แล้ว

    1.5x

  • @inversebrah
    @inversebrah 2 ปีที่แล้ว

    great presentation, thank you

  • @thepardhu100
    @thepardhu100 2 ปีที่แล้ว

    Very good explanation, thanks a lot buddy!

  • @basquiatttt
    @basquiatttt 2 ปีที่แล้ว

    Great vid, thanks a bunch!

  • @randysvids4774
    @randysvids4774 3 ปีที่แล้ว

    I have a good question. What is the maximum time a scheduled message stays as scheduled before it goes to a queue?

  • @saikumar-vs9vip
    @saikumar-vs9vip 3 ปีที่แล้ว

    Nice content. Please try do all videos related to service bus contact.

    • @tributarydata
      @tributarydata 3 ปีที่แล้ว

      Thanks. I will upload more videos in the future.

  • @ashishpatil6377
    @ashishpatil6377 3 ปีที่แล้ว

    I feel like hans zimmer explaining interstellar movie.

  • @leelakrishnapolimera9898
    @leelakrishnapolimera9898 3 ปีที่แล้ว

    Very useful

  • @akshaykalambe9054
    @akshaykalambe9054 3 ปีที่แล้ว

    Nicely explained.. 👍

  • @vibha7860
    @vibha7860 3 ปีที่แล้ว

    Helpful in sorting the mixed-up concepts of messaging and streaming. Thx.

  • @asheater9211
    @asheater9211 3 ปีที่แล้ว

    amazing exaplanation !!