Systems | Development | Analytics | API | Testing

Solving ETL Challenges with Apache Kafka, Confluent Tableflow, and Zero ETL

Operational and analytical estates have been separated since data warehouses were first introduced in the 1990s. The operational estate includes microservices, software-as-a-service (SaaS) apps, and enterprise resource planning systems (ERPs) that have become the beating heart of an organization. The analytical estate consists of the data warehouses, lakehouses, artificial intelligence (AI)/machine learning (ML) platforms, and other custom batch workloads that support business analysis and reporting.

Confluent Enables Agility and Helps You Drive Savings as Markets Shift

Businesses need to be able to respond quickly to macroeconomic uncertainty and changing market conditions, whether those are caused by trade disputes, public health crises like the COVID-19 pandemic, or simply abrupt changes in consumer demand. Amid that swirl of disruptions, technology leaders are also being pressured by management and investors to optimize their businesses and drive as much efficiency as possible.

Shift Left, Stream Fast: Swedbank's Real-Time Data Strategy | Life Is But A Stream Podcast

In a highly regulated industry where every millisecond matters, Swedbank is shifting its data strategy to move fast without breaking trust. In this episode, Rami Al Lolah, Lead Architect at Swedbank’s Integration Center of Excellence, shares how the bank built a future-proof foundation using Apache Kafka with Confluent Cloud.

Where Curiosity Meets Collaboration: A Senior Engineer's Perspective

For Taohao, being a Senior Software Engineer means never standing still. Whether it’s picking up a new skill, diving deeper into a complex system, or exchanging ideas with teammates, he thrives in an environment where curiosity, innovation, and collaboration come together. Let’s find out what makes Confluent the place where engineers like Taohao aren’t just solving problems but are constantly learning, challenging each other, and building what’s next.

How NeuBird's Hawkeye Automates Incident Resolution in Confluent Cloud

A joint post from the teams at NeuBird and Confluent For organizations leveraging Confluent, ensuring smooth operations is mission-critical. While Confluent Cloud eliminates the operational burden of managing Apache Kafka, application teams still need to monitor and troubleshoot client applications connecting to Kafka clusters.

Confluent Cloud is now available in the new AWS Marketplace AI Agents and Tools category

Confluent announces the availability of Confluent Cloud in the new AI Agents and Tools category of AWS Marketplace. This enables AWS customers to easily discover, buy, and deploy AI agent solutions, including Confluent's fully managed data streaming platform Confluent Cloud, using their AWS accounts, for accelerating AI agent and agentic workflow development.

Building Streaming Data Pipelines, Part 2: Data Processing and Enrichment With SQL

In my last blog post, I looked at the essential first part of building any data pipeline—exploring the raw source data to understand its characteristics and relationships. The data is information about river levels, rainfall, and other weather information provided by the UK Environment Agency on a REST API. I used the HTTP Source connector to stream this into Apache Kafka topics (one per REST endpoint), and then Tableflow to expose these as Apache Iceberg tables.