redpanda-data.hashnode.devWhy build in C++?We're reinventing and expanding what was previously possible with data streaming by building a platform from the ground up for cloud-native computing platforms and by designing a system that’s easy to use, even for non-experts. For years, there have...Oct 4, 2022·4 min read
redpanda-data.hashnode.devBuilding a real-time anomaly detection applicationHighly scalable distributed processing has been a traditionally difficult task for any team to achieve. However, with technologies like Timely Dataflow and Redpanda, today it is easier than ever to build real-time fault-tolerant and easy-to-scale sys...Sep 27, 2022·11 min read
redpanda-data.hashnode.devBuilding a real-time word count applicationIn this article series, you’ll be learning how to integrate Redpanda with a variety of data-processing tools. This post will focus on integrating Redpanda with Apache FlinkⓇ, an open source framework for processing large amounts of data. After introd...Sep 20, 2022·13 min read
redpanda-data.hashnode.devIntegration testing your streaming data applicationWhen setting up a streaming application, especially if you’re new to streaming data platforms like Redpanda, you’ll want to test that your application is set up correctly. You can do this using integration tests. Integration tests check your produce...Sep 14, 2022·8 min read
redpanda-data.hashnode.devBuilding a real-time text search application with Elasticsearch and RedpandaIn 2022, over 2.5 quintillion bytes of data are created daily. As of 2025, estimates increase to 463 exabytes of data each day. Creating data is good, and being able to keep it somewhere it’s always accessible, like the cloud, is great. Being able to...Sep 6, 2022·14 min read