Home / Companies / Redpanda / Blog / February 2022

February 2022 Summaries

2 posts from Redpanda

Filter
Month: Year:
Post Summaries Back to Blog
Redpanda is a modern data streaming platform designed to simplify and enhance real-time data processing by being fully compatible with the Apache Kafka® ecosystem, allowing applications to run without any code changes. In 2021, the company experienced significant growth, expanding its team to 60 people across more than 10 countries, and deploying hundreds of thousands of Redpanda clusters for startups and Fortune 1000 companies across various industries. The platform's versatility and efficiency have even seen it deployed in a space satellite. Redpanda recently secured $50 million in Series B funding led by GV, positioning it to further expand its global reach and enhance its multi-cloud, low-latency streaming services with a strong focus on developer experience. By integrating seamlessly with technologies like MongoDB, SingleStore, and dbt Labs, Redpanda aims to lead the real-time data revolution, ensuring that businesses can capitalize on immediate data insights without reverting to outdated methods.
Feb 23, 2022 628 words in the original blog post.
Since the 1980s, relational databases have been used for recording transactions and analyzing historical data, but modern business applications require faster insights, leading to the development of new streaming architectures. Traditionally, operational and analytical workloads were handled within a single database, but as data volumes increased, these were separated into specialized databases optimized for their respective workloads. The ETL pattern emerged to bridge the gap between operational databases and analytical data warehouses, though it often resulted in data latency. In 2014, Martin Kleppmann introduced the Kappa architecture, which externalizes the write-ahead-log (WAL) to enable real-time data processing via streaming frameworks. This architecture has evolved with tools like Redpanda, Materialize, and dbt, which offer a modern stack for real-time data streaming. Redpanda provides a fast, fault-tolerant WAL, Materialize offers SQL-based streaming analytics, and dbt enables version control and testing for data transformations. This combination enhances speed, developer productivity, and data governance, without requiring extensive infrastructure, and can be easily implemented using Docker Compose.
Feb 18, 2022 1,436 words in the original blog post.