December 2023 Summaries
5 posts from Redpanda
Filter
Month:
Year:
Post Summaries
Back to Blog
Exploring the world of streaming data platforms, the author shares their experience building a to-do application using Redpanda and gRPC, offering insights into selecting efficient tools for this purpose. Recognizing Apache Kafka's traditional dominance but noted complexity, the author opted for Redpanda, which provides a more user-friendly and scalable alternative with features like a developer-friendly CLI, GUI console, and cloud-native connectivity. Redpanda's compatibility with Kafka APIs, alongside its robust documentation and community support, made it a suitable choice. For API development, gRPC was chosen over REST due to its support for Protocol Buffers, offering efficient serialization, multi-language support, and native handling of uni-directional and bi-directional data flows with enhanced security and operational features. The process is demonstrated through a to-do app, leveraging Redpanda for topic management and gRPC for seamless API interactions, with the full demo available on GitHub. The guide emphasizes the benefits of Redpanda's simplified architecture and gRPC's high-performance capabilities for creating effective streaming data applications.
Dec 21, 2023
2,344 words in the original blog post.
Real-time analytics, essential for harnessing the potential of rapidly generated data, enables organizations to act promptly on insights derived from data as it becomes available. This capability is crucial for industries such as finance, e-commerce, and gaming, where swift decision-making can enhance customer experiences, operational efficiency, and competitive advantage. Despite its benefits, real-time analytics presents challenges, including the need for robust infrastructure and the risk of accuracy trade-offs due to processing speed. Tools like Apache Kafka and its alternative, Redpanda, facilitate the handling of vast data streams, offering low-latency processing and cost-efficiency. Redpanda, in particular, stands out for its simplicity, speed, and reduced resource consumption, positioning itself as a viable, cost-effective replacement for traditional platforms.
Dec 19, 2023
1,809 words in the original blog post.
The proliferation of the Internet of Things (IoT) has led to a significant increase in data-centric applications, primarily driven by the collection and real-time processing of telemetry data from various sensors. This text outlines a tutorial for building a real-time IoT telemetry data processing pipeline using Apache Spark and Redpanda, aimed at monitoring temperature-sensitive goods in cold storage. By simulating an IoT setup where temperature data from multiple sensors is streamed through a pipeline, the tutorial demonstrates the use of Docker containers for infrastructure deployment, PySpark for data processing, and Python scripts for simulation and visualization. The processed data is displayed using Matplotlib, providing insights into individual and average temperature readings from the sensors. This setup exemplifies how IoT telemetry data can be leveraged for applications like resource consumption analysis, real-time monitoring, predictive maintenance, and more, showcasing the benefits of combining affordable sensor technology and open protocols in optimizing operations across various industries.
Dec 14, 2023
2,507 words in the original blog post.
In the dynamic tech industry, certain individuals stand out as pillars within their communities, such as Rauan Mayemir, the latest Community Champion from the Redpanda Community. Rauan is the founder of Buhta, a financial services company in Kazakhstan, which evolved from a basic accounting system into a comprehensive platform offering services like payment management and payroll. His journey with Redpanda began serendipitously through a podcast that sparked his interest, leading him to adopt Redpanda for its reliability and scalability in handling mission-critical data, such as the Transactional Outbox Pattern for payment systems. By integrating Redpanda, Rauan improved data processing and reduced operational complexity, highlighting its versatility. Rauan actively contributes to the Redpanda Community by participating in discussions and creating documentation, reinforcing both his personal growth and the community's development. This recognition encourages others to engage and contribute, with the opportunity to become future Community Champions.
Dec 13, 2023
889 words in the original blog post.
LiveRamp is transitioning its data infrastructure from batch processing systems, built on Apache Hadoop and Apache Spark, to real-time streaming data systems in response to the evolving needs of the AdTech industry, including the phasing out of third-party cookies by Google Chrome in 2024. To facilitate this shift, LiveRamp has partnered with Redpanda, a Kafka API-compatible platform, which offers benefits such as cost-efficiency, platform neutrality, and enhanced data privacy through a Bring Your Own Cloud (BYOC) model. Redpanda's performance capabilities, including high throughput and low latency, have enabled LiveRamp to implement a more simplified, efficient, and eco-friendly data architecture. This modernization effort, spearheaded by platform architect Abhishek Jain, has improved engineer productivity, reduced infrastructure costs, and positioned LiveRamp to better handle future industry changes, such as integrating WebAssembly (Wasm) for further operational simplification.
Dec 05, 2023
1,298 words in the original blog post.