Home / Companies / Redpanda / Blog / May 2025

May 2025 Summaries

4 posts from Redpanda

Filter
Month: Year:
Post Summaries Back to Blog
Agentic AI represents a significant evolution in artificial intelligence, characterized by autonomous systems capable of perceiving environments, reasoning about goals, and independently executing actions without detailed instructions. Unlike traditional AI, which performs singular tasks based on fixed inputs, agentic AI dynamically adapts and collaborates to achieve complex objectives, akin to a smart assistant managing projects. This approach necessitates new considerations in system design, safety, and ethics, as it shifts from command-following tools to initiative-taking systems. The architecture of agentic AI involves distinct layers for perception, reasoning, memory, and action, which work together to enable real-time decision-making and adaptability. Applications span various industries, from healthcare diagnostic assistants to travel-planning systems, showcasing the potential for transforming workflows through continuous adaptation and minimal human intervention. However, deploying these systems poses challenges, including ensuring responsible behavior, managing scalability, and handling unpredictable scenarios, necessitating robust safety measures and human oversight to mitigate risks.
May 29, 2025 2,119 words in the original blog post.
Real-time data streaming is crucial for modern businesses, but existing infrastructure often struggles to support the necessary real-time analytics and historical context analysis. Apache Iceberg, an open-source table format initially developed by Netflix, addresses these challenges by organizing large analytic datasets into clearly defined schemas with rich metadata, enabling scalable and reliable data processing. Iceberg tables bring database-like functionality to data lakes, ensuring consistency across batch and streaming pipelines, and are compatible with various analytics engines such as Apache Spark, Snowflake, and Amazon Redshift. They simplify data operations by providing features like ACID compliance, schema evolution, time travel, and efficient data pruning, all of which enhance performance while reducing latency and improving resource utilization. Iceberg's architecture, which includes catalog, metadata, and data layers, makes it easier to manage changes and track data history, thereby solving common issues associated with streaming data into data lakes, such as latency, data quality challenges, and scalability limitations. With tools like Redpanda, streaming data can now be directly integrated into Iceberg tables, offering a streamlined approach to unifying batch and streaming analytics without complex ETL workflows.
May 21, 2025 1,338 words in the original blog post.
Federal Information Processing Standards (FIPS) are guidelines developed by the U.S. government to ensure that IT systems used by federal agencies meet specific security requirements, with FIPS 140-2 focusing on the security of cryptographic modules. Redpanda, a real-time data streaming platform, offers FIPS compliance through the use of OpenSSL libraries validated for FIPS 140-2, with future plans to transition to OpenSSL 3.1.2 for FIPS 140-3 compliance. This compliance is essential for operating in environments with strict federal security standards, and Redpanda provides enterprise features for deploying FIPS-compliant clusters on Red Hat Enterprise Linux. The platform offers different FIPS mode settings, including disabled, enabled, and permissive, catering to various production and development needs. Implementing FIPS compliance involves configuring the operating system to support FIPS and installing specific Redpanda packages. Redpanda also provides automation tools, such as an Ansible Collection, to streamline the installation and configuration process for FIPS mode, ensuring robust security protocols and adherence to approved cryptographic standards.
May 20, 2025 1,057 words in the original blog post.
Apache Iceberg has established itself as a leading open standard for large-scale analytics table formats, offering features like schema evolution, time travel queries, and ACID transactions. Its compatibility with various engines such as Spark, Trino, Flink, and now Apache Kafka-native platforms like Redpanda, makes it an attractive choice for modern data infrastructure teams. Redpanda 25.1 introduces Iceberg Topics, a Kafka-Iceberg streaming data solution available across multiple cloud platforms, which allows for automatic storage of Kafka topics in open table formats like Iceberg. This integration enables users to query streaming data using SQL through systems like Snowflake, Databricks, Google BigQuery, or Amazon Athena, providing full control over Iceberg data without compromises. The new feature offers a self-service configuration of Iceberg settings and direct integration with popular REST catalogs alongside secure credential handling. Additionally, Redpanda BYOC increases partition density, allowing for greater scalability and efficiency in data processing, further enhancing its appeal to data-driven teams.
May 13, 2025 1,484 words in the original blog post.