3 links
tagged with all of: kafka + docker
Click any tag below to further narrow down your results
Links
WarpStream is a Kafka-compatible streaming platform that utilizes object storage for enhanced durability and cost efficiency, especially when combined with Tigris, a multi-cloud storage solution that eliminates egress fees. This article provides a tutorial on deploying a WarpStream cluster backed by Tigris using Docker, allowing users to create a scalable message queue without hidden transfer costs. It covers prerequisites, setup steps, and basic operations to manage topics and messages within the queue.
This tutorial guides users through setting up a complete Change Data Capture (CDC) pipeline using Debezium and Kafka Connect to stream changes from a PostgreSQL database. It covers the prerequisites, infrastructure setup with Docker, PostgreSQL configuration, connector registration, and observing change events in Kafka topics.
This guide demonstrates how to process ADS-B aviation data using Apache Flink and Kafka to identify missed landing approaches and runway landings. It provides steps to set up a Docker environment, collect real-time flight data, and execute SQL queries to analyze aircraft movements and relationships using user-defined functions and reference data.