July 2025 Summaries
4 posts from Redpanda
Filter
Month:
Year:
Post Summaries
Back to Blog
In the second part of a series on Redpanda Connect, the focus is on exporting data from a Redpanda topic to Amazon S3 by writing each message as an individual JSON file, which is suitable for small datasets, debugging, or workflows requiring discrete JSON files. This process involves configuring a Redpanda Connect pipeline, utilizing dynamic pathing with built-in functions to create unique filenames, and ensuring secure data transfer with TLS and SASL authentication. While this method is effective for smaller operations, the article notes that it may not be efficient for production-scale data due to the high number of files generated. Best practices involve stopping the pipeline when not in use to avoid unnecessary charges and cleaning up old S3 objects. The series will continue by exploring more efficient data batching techniques for larger-scale applications.
Jul 29, 2025
652 words in the original blog post.
IoT systems often face challenges like device connectivity, data ingestion, and real-time analytics, which can be mitigated by building an efficient data pipeline using technologies such as Redpanda, Apache Iceberg, AWS IoT, ESP32, and Prophet. Redpanda simplifies streaming and application management with compatibility to Apache Kafka APIs, while Apache Iceberg offers scalable data lake storage that supports schema evolution and works seamlessly with various analytics tools. The ESP32, a cost-effective microcontroller, handles sensor data collection, which is securely transmitted to AWS IoT using MQTT. Redpanda Connect facilitates the integration of IoT data into Redpanda topics for storage and further processing, while schema management is streamlined through Redpanda's built-in schema registry. For predictive analytics, the Prophet library provides easy-to-use forecasting capabilities, transforming time-series data into actionable insights without substantial infrastructure complexity or cost. This setup demonstrates that modern IoT data streaming can be both simple and economical, offering businesses valuable foresight without demanding extensive technical expertise or resources.
Jul 22, 2025
1,390 words in the original blog post.
Organizations use real-time tracking of ad impressions and clicks to assess the effectiveness of their ad campaigns, particularly during high-traffic events like flash sales or festivals. By leveraging machine learning and AI, these analytics can refine advertising strategies, such as personalized recommendations, to enhance customer engagement and drive profits. The tutorial provides a step-by-step guide on employing Redpanda’s Snowflake connector to perform real-time ad campaign analytics without coding. It involves setting up a Redpanda cluster and Snowflake account, configuring Redpanda Connect with Snowflake Streaming API, and creating a Streamlit app for interactive data visualization. The system captures and processes data from an HTTP server, storing it in Snowflake, and visualizes it through Streamlit to provide insights into engagement metrics like impressions, clicks, and click-through rates (CTR). The process is illustrated through a tech gadget manufacturer's ad campaign scenario, ultimately demonstrating the integration of Redpanda and Snowflake for real-time analytics and insights.
Jul 08, 2025
3,347 words in the original blog post.
Specialized AI tools, such as machine learning models and natural language processing algorithms, are transforming data processing by automating complex and time-consuming tasks like data cleaning, pattern identification, and information categorization, thus enhancing efficiency and enabling faster, more informed decision-making for businesses. AI data processing involves key stages of data ingestion, transformation, and analysis, with tools like Redpanda Connect facilitating seamless integration of AI models into real-time applications to eliminate data silos and reduce complexity. The benefits of AI-driven data processing include enhanced data accuracy, transparency, security, and scalability, which are particularly valuable in industries requiring compliance with strict regulations. Use cases for AI in data processing include anomaly and fraud detection, log analysis, real-time analytics, and personalized recommendation engines, all of which contribute to improved operational efficiency and competitiveness in a data-driven world. Redpanda Connect streamlines AI integration by enabling secure and scalable data inference directly within business environments, allowing organizations to leverage AI models without complex data pipelines.
Jul 01, 2025
1,069 words in the original blog post.