We now have a working local event streaming pipeline: - Redis manages event queues with built-in consumer groups - Producer simulates event sources (easily replaced with real data) - Consumer durably ingests events into Teradata with transaction management - Teradata stores the event history for analytics
This architecture scales from development to production by simply pointing to managed Redis and Teradata services.