Home / Companies / Redpanda / Blog / January 2023

January 2023 Summaries

3 posts from Redpanda

Filter
Month: Year:
Post Summaries Back to Blog
Redpanda, launched in 2019, aims to create a more efficient, cost-effective real-time streaming system compared to Apache Kafka. It emphasizes reducing complexity for engineers and enhancing user experiences with fast response times and privacy-preserving interactions. The platform's Bring Your Own Cloud (BYOC) offering enhances data sovereignty by allowing users to control their data lifecycle, contrasting with traditional cloud models that increase vendor revenues by reselling infrastructure. Redpanda's architecture involves a stateless data-plane agent that interacts with a control plane, ensuring uninterrupted service even during failures. The company highlights its commitment to lower latency, scalability, and comprehensive compliance with industry standards, making it a viable alternative to existing solutions like Confluent's Kafka.
Jan 11, 2023 1,675 words in the original blog post.
A/B testing is a strategic approach to determine the most effective marketing tactics by comparing two options, such as web page designs, to see which better engages a target audience. This method becomes more efficient when done in real-time, providing immediate insights for actionable decisions. The integration of Redpanda and Apache Druid facilitates real-time A/B testing by processing streaming data and enabling fast analytical queries. The article outlines a practical implementation using these technologies, where events generated from user interactions are streamed to Redpanda, then ingested into Druid for analysis. This setup allows for dynamic adjustments to testing parameters based on real-time data, optimizing marketing strategies to enhance customer engagement and sales conversions. Moreover, the combination of these tools minimizes human error and time consumption, making it a valuable asset in the competitive technology market.
Jan 10, 2023 3,627 words in the original blog post.
Redpanda, a high-performance streaming data platform compatible with Apache Kafka, is designed to deliver faster tail latencies and use fewer nodes than Kafka. The guide provides instructions for benchmarking Redpanda against other streaming platforms using a forked version of the OpenMessaging Benchmark (OMB) framework, which includes several improvements and bug fixes. It details the setup process for running benchmarks on AWS EC2 instances, specifying workload configurations in YAML, and using tools like Maven, Terraform, Ansible, and the AWS CLI to prepare the testing environment. The framework supports various workload configurations, representing different levels of write throughput, to help users evaluate Redpanda's performance in scenarios similar to their production environments. Additionally, the guide covers steps for provisioning necessary infrastructure, executing benchmarks, and generating visualization charts of the results, while also providing troubleshooting tips and suggestions for customizing tests to better align with specific use cases.
Jan 03, 2023 1,846 words in the original blog post.