Home / Companies / Redpanda / Blog / August 2024

August 2024 Summaries

5 posts from Redpanda

Filter
Month: Year:
Post Summaries Back to Blog
Creating real-time dashboards that are fast, scalable, and capable of handling numerous concurrent users presents significant challenges, as traditional methods often fail due to issues with data freshness and query latency. This tutorial demonstrates how to leverage Redpanda Serverless for data ingestion, Propel's Serverless ClickHouse for data streaming, and Next.js for visualization to overcome these hurdles. Real-time dashboards provide crucial insights across various applications, such as monitoring product usage, optimizing operational efficiency, ensuring system observability, and tracking user engagement. The tutorial walks through building a live dashboard for a fictional SaaS business using these technologies, showcasing their ability to handle large-scale, real-time data processing and visualization. By using Redpanda's streaming capabilities, Propel's serverless infrastructure, and Next.js's frontend framework, developers can create dashboards that offer immediate, actionable insights, enhancing decision-making and improving user experience. The guide emphasizes the benefits of this approach, including scalability, real-time insights, native user experiences, cost-effectiveness, and developer-friendliness.
Aug 29, 2024 2,511 words in the original blog post.
The shift from traditional row-based log storage solutions to analytical databases with columnar storage is driven by the need for efficient data analysis, metric calculation, debugging, and security audits, which require varying log retrieval and storage strategies. Columnar storage offers significant advantages in terms of cost and efficiency, as it allows for greater data compression and faster scanning by storing all entries for a given column together, which facilitates both storage and retrieval processes. This approach is particularly beneficial for use cases involving large datasets with long retention periods, such as security audits, where data breaches may be detected months after they occur. Additionally, solutions with decoupled storage and compute, like Oxla, further reduce costs by using distributed object storage, avoiding the need for extensive data replication and enabling pricing based on actual data stored. However, for scenarios where logs are concise, and queries are highly selective and text-based, traditional solutions like ElasticSearch may be more suitable due to their optimized retrieval capabilities for small data subsets.
Aug 28, 2024 1,250 words in the original blog post.
Redpanda's engineering culture emphasizes tackling complex challenges, leading to the development of a robust storage engine and an integrated consensus layer without external dependencies. Their Bring-Your-Own-Cloud (BYOC) model offers a managed service hosted on the customer's cloud, separating control and data planes to enhance security and data ownership. BYOC ensures data plane atomicity, meaning applications run independently of external dependencies, and includes an agent-based security model that operates with minimal permissions. This approach allows users full control over their data, promoting a new architectural principle where data ownership and access are prioritized, challenging traditional SaaS models that often restrict data access through specific APIs. Redpanda's vision extends to future data management, advocating for open formats and best-of-breed engineering designs while maintaining cost-effectiveness and security.
Aug 21, 2024 1,139 words in the original blog post.
Simplicity is crucial when dealing with streaming data and real-time data sources, and Redpanda serves as a centralized platform for event-driven systems by enabling efficient message processing. In complex applications, network bottlenecks can arise, making Redpanda Transforms vital for reducing overhead by executing logic directly on brokers. This post illustrates how Redpanda Transforms, along with Rust and the Samsa client, were utilized to create an efficient crypto data hub that collects price data from exchanges like Binance, Okx, and Coinbase, using WebSocket APIs for live price updates. The data is transformed and stored in a consistent format, leveraging Redpanda Transforms' ability to perform schema mapping and message transformation efficiently. Using Rust's strong type system and serde for parsing, the solution ensures efficient type conversion, while the Redpanda Transforms SDK simplifies the process of writing transformed records to output topics. This setup reduces complexity and enhances efficiency, demonstrating the power and simplicity of the Redpanda and Rust combination in handling large-scale distributed applications.
Aug 20, 2024 1,252 words in the original blog post.
Data drives modern enterprises' business processes, and platforms like Dremio offer a robust solution for managing the data lifecycle from ingestion to analysis. Dremio's universal data lakehouse design enables seamless data integration from diverse sources such as databases, search engines, and cloud storage services, facilitating data warehousing, querying, and analysis. The platform is particularly well-suited for AI/ML projects, retail analytics, SaaS applications, and real-time data processing, offering features that enhance machine learning model accuracy, enable real-time inventory management, optimize service delivery, and provide timely insights for agile decision-making. The integration capabilities of Dremio are demonstrated through a scenario where retail sales data is ingested from Redpanda, stored in an Amazon S3 bucket, and then queried in real-time using Dremio's interface. The process involves setting up and configuring tools like Docker, Redpanda Connect, and Dremio to facilitate seamless data flow and analysis, highlighting Dremio's versatility and utility in various data-driven applications.
Aug 14, 2024 2,173 words in the original blog post.