September 2025 Summaries
4 posts from Redpanda
Filter
Month:
Year:
Post Summaries
Back to Blog
MQTT, a lightweight messaging protocol, is commonly used in IoT devices and edge sensors for efficient message delivery, but its ephemeral nature limits its usefulness. Redpanda addresses this limitation by transforming MQTT messages into durable data streams, enabling replayability and integration with numerous systems through Redpanda Connect's 300+ connectors. The tutorial demonstrates how to set up a Redpanda Serverless cluster to persist MQTT data, using AWS IoT as an example source. Users can configure a Redpanda Connect pipeline to process and route MQTT messages into Kafka topics, allowing for deeper data utilization and integration with platforms like S3, Snowflake, or Postgres. By bridging MQTT with Redpanda, users can convert transient messages into robust, scalable data pipelines, unlocking new possibilities for data analysis and application development.
Sep 30, 2025
850 words in the original blog post.
Federated GraphQL APIs, which provide teams with the flexibility to build and evolve services independently while maintaining a unified API, often require additional infrastructure for real-time features such as dashboards and notifications. To address this complexity, Grafbase has introduced native support for Apache Kafka via Grafbase Extensions, with Redpanda as the recommended data streaming engine. This integration allows developers to seamlessly incorporate Kafka topics into their federated GraphQL API as virtual subgraphs, eliminating the need for subgraph servers, schema stitching, and glue code. With the new Kafka Extension, users can easily publish and subscribe to event streams using declarative configuration and GraphQL directives without the complexities of traditional Kafka setups. Redpanda, compatible with Kafka API, offers performance, security, and simplicity, allowing for real-time event publication from GraphQL mutations, push-based updates to frontend applications, and durable message storage for historical replay or batch export. The Grafbase Kafka extension simplifies the adoption of GraphQL Federation by abstracting Kafka client configuration, connection pooling, and message serialization, enabling developers to focus on application logic.
Sep 23, 2025
865 words in the original blog post.
Real-time equipment monitoring is essential in industries such as manufacturing and power generation, where machine performance directly affects operations. Utilizing IoT sensors, companies can stream and analyze data in real time, tracking metrics like temperature, vibration, and pressure to proactively address issues before they lead to equipment failure. This tutorial demonstrates how to build a real-time monitoring system using MQTT, Redpanda, and Snowflake to track machine temperature in a manufacturing setting with three factories. The system involves setting up an MQTT broker for data reception, using Redpanda Connect to ingest and forward data to Snowflake for storage and visualization on a dashboard. The process includes generating simulated temperature data with MQTT.js and visualizing it in Snowflake, enhancing operational efficiency and safety by ensuring machines operate within safe parameters. Additionally, the tutorial explores extending the monitoring system with machine learning for predictive analytics, using Redpanda Connect's integration with AI services for tasks such as prediction analysis and anomaly detection, thereby optimizing maintenance schedules and enhancing decision-making capabilities.
Sep 16, 2025
2,400 words in the original blog post.
Real-time AI, also known as proactive intelligence, enables systems to process data and make decisions instantaneously, which is crucial for applications such as autonomous vehicles, fraud detection, and emergency response prioritization. Unlike traditional AI that relies on batch processing with significant delays, real-time AI operates with minimal latency, bridging the gap between insight and action in milliseconds. Event streaming is a key component, providing a persistent and replayable log of events that allows AI models to learn from historical patterns while reacting to current data. Technologies like Redpanda, Apache Kafka, and Amazon Kinesis support this approach, and the optimal architecture for real-time AI involves layered optimizations to balance latency, persistence, and computational complexity. Depending on the use case, real-time AI can be deployed on devices, at the edge, or centrally in the cloud, with each location offering different trade-offs between latency and computational power. Industries such as finance, cybersecurity, and gaming benefit significantly from real-time AI by reducing the time between insight and action, thus enhancing decision-making, risk management, and user engagement. The future of real-time AI is set to include advancements like Agentic AI, which autonomously plans and acts, and Retrieval-Augmented Generation (RAG), which generates accurate responses by retrieving relevant information, promising to further reshape industries and opportunities.
Sep 04, 2025
1,304 words in the original blog post.