Remove Java Remove Kafka Remove PostgreSQL
article thumbnail

Easier Stream Processing On Kafka With ksqlDB

Data Engineering Podcast

The ksqlDB project was created to address this state of affairs by building a unified layer on top of the Kafka ecosystem for stream processing. Developers can work with the SQL constructs that they are familiar with while automatically getting the durability and reliability that Kafka offers. How is ksqlDB architected?

Kafka 100
article thumbnail

Reducing The Barrier To Entry For Building Stream Processing Applications With Decodable

Data Engineering Podcast

What was the process for adding full Java support in addition to SQL? What was the process for adding full Java support in addition to SQL? What are the problems that customers are trying to solve when they come to Decodable? When you launched your focus was on SQL transformations of streaming data.

Process 182
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Reliable Data Exchange with the Outbox Pattern and Cloudera DiM

Cloudera

This external consumer can be an asynchronous process that scans the “outbox” table or the database logs for new entries, and sends the message to an event bus, such as Apache Kafka. It is implemented in Java using the Spring framework. It is implemented in Java using the Spring framework. event_type : The type of the event.

article thumbnail

Kafka Connect Deep Dive – JDBC Source Connector

Confluent

One of the most common integrations that people want to do with Apache Kafka ® is getting data in from a database. The existing data in a database, and any changes to that data, can be streamed into a Kafka topic. Here, I’m going to dig into one of the options available—the JDBC connector for Kafka Connect. Introduction.

Kafka 90
article thumbnail

Data Engineering Weekly #157

Data Engineering Weekly

The solution centered around Notebook opens a Flink Session for the Kafka stream and continues the exploration. It opens some old memory; try to solve this problem first with Presto-Kafka connector and then using OLAP engines like Druid & Apache Pinot. It's an excellent read if you're a snowflake user.

article thumbnail

Spring for Apache Kafka Deep Dive – Part 3: Apache Kafka and Spring Cloud Data Flow

Confluent

Following part 1 and part 2 of the Spring for Apache Kafka Deep Dive blog series, here in part 3 we will discuss another project from the Spring team: Spring Cloud Data Flow , which focuses on enabling developers to easily develop, deploy, and orchestrate event streaming pipelines based on Apache Kafka ®. Command Line Shell.

Kafka 95
article thumbnail

How to Use ChatGPT ETL Prompts For Your ETL Game

Monte Carlo

Date-time parsing I'm working with a list of dates in Java stored as strings in the format 'dd-MM-yyyy'. Can you assist me in writing a Java method to parse these date strings? Tune the load process I'm using PostgreSQL to store my company's transactional data. I've heard about topics, producers, and consumers in Kafka.