Redpanda Connect - Pizza Tracker
In this course, you'll learn the basics of Redpanda Connect by building a fun pizza order tracker.
In this course you will learn how to use Redpanda Connect to build a fun pizza order tracker. We'll teach you the basics of moving data to and from Redpanda, and transforming and enriching data in real-time.
Featured Course Topics
Topic Setup
Before you start reading order data from Postgres into Redpanda, you need someplace to put it by creating a topic.
Capturing Orders
When orders come in, they are written directly to the main transactional database: Postgresql.
Data Transformations
With the `bloblang` processor, you can manipulate fields, enrich messages, and even create complex conditional logic.
Notifying Customers
Your cache is active, enabling your app to detect order status changes. Next, notify customers of updates.