Skip to main content

3 docs tagged with "data-streaming"

View all tags

Build a Real-Time Transit Monitor

Build a real-time transit monitoring system that ingests GTFS feeds, stores time-series data in Apache Ignite 3, and runs SQL-based monitoring queries.

Real-Time Event Processing: The Streaming Problem

Subscribe to a cache as an event source. Register a server-side filter that drops non-matching updates before they cross the network, and a client-side listener that fires only on the events the application cares about.

Stream Data with the Data Streamer API

Build a high-throughput data pipeline that streams hundreds of thousands of records into Ignite using the DataStreamer API with backpressure handling, configuration tuning, and multi-table referential integrity.