Completed
Getting the user that changed data on postgres with time
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Realtime Change Data Capture Streaming - End-to-End Data Engineering Project
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 The system architecture
- 3 Getting live data into postgres db
- 4 Connecting to Postgres with Debezium and Kafka from the UI
- 5 Previewing Debezium data on Kafka
- 6 Getting full data from Postgres with Debezium
- 7 Setting up debezium connector from the terminal
- 8 Handling decimal values on debezium
- 9 Getting the user that changed data on postgres with time
- 10 Creating a more robust data capture on postgres
- 11 Outro