talk-data.com
Topic
opensearch
2
tagged
Activity Trend
4
peak/qtr
2020-Q1
2026-Q1
Top Events
OpenSearch Paris Meetup - 16 Septembre 2025 à Courbevoie
2
OpenSearch Project Autumn meetup in Berlin
2
OpenSearch Paris Meetup - 17 Juillet 2025 à Courbevoie (FR/EN)
2
OpenSearch Paris Meetup - 23 Octobre 2025 à Paris 9ème
2
Berlin Open Source Data Infrastructure Meetup - November 2023
1
Data Berlin Midsummer Meetup - Speeding up Analytics
1
Kubernetes & Cloud Native Berlin Meetup Pre-KubeCon Special
1
Filtering by:
Gunnar Morling
×
Abstract: You've been tasked with implementing a data streaming pipeline for propagating data changes from your operational Postgres database to a search index in OpenSearch. Data views in OS should be denormalized for fast querying, and of course there should be no noticeable impact on the production database. In this session we'll discuss how to build this data pipeline using two popular open-source projects: Debezium for log-based change data capture (CDC) and Apache Flink for stream processing. Join us for this talk and learn about: * Setting up change data streams with Debezium * Efficiently building nested data structures from 1:n joins * Deployment options: Kafka Connect vs. Flink CDC