Remove ksql
article thumbnail

KSQL: What’s New in 5.2

Confluent

KSQL enables you to write streaming applications expressed purely in SQL. There are numerous uses for it, and now KSQL supports it :yay: CASE: Data cleansing. We can persist this to a new KSQL stream, which populates an Apache Kafka ® topic: ksql> CREATE STREAM PRODUCTS_ENRICHED AS. WHEN SKU LIKE 'F%' THEN 'Food'.

article thumbnail

Getting Started Analyzing Twitter Data in Apache Kafka through KSQL

Confluent

How to use Apache Kafka and KSQL to query, analyze, and transform streams of data, such as from Twitter.

Data 98
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Confluent Cloud KSQL is Now Available

Confluent

Today, we are excited to announce that after a highly productive period of being in private preview, Confluent Cloud KSQL is now production ready and available to all Confluent Cloud […].

Cloud 94
article thumbnail

KSQL Training for Hands-On Learning

Confluent

I’ve been using KSQL from Confluent since its first developer preview in 2017. Reading, writing, and transforming data in Apache Kafka ® using KSQL is an effective way to rapidly deliver event streaming applications for clients (e.g., KSQL has been growing in features and popularity since its early releases.

article thumbnail

Fraud Detection With Apache Kafka, KSQL, and Apache Flink

Dzone - DevOps

This article explores case studies for fraud prevention from companies such as Paypal, Capital One, ING Bank, Grab, and Kakao Games that leverage stream processing technologies like Kafka Streams, KSQL, and Apache Flink.

article thumbnail

Machine Learning with Python, Jupyter, KSQL and TensorFlow

Confluent

Pick the pieces you need, whether it’s Kafka core for data transportation, Kafka Connect for data integration or Kafka Streams/KSQL for data preprocessing. Apache Kafka and KSQL for data scientists and data engineers. Or, the team works together and builds everything with Java and a framework like Deeplearning4j.

article thumbnail

How to Connect KSQL to Confluent Cloud using Kubernetes with Helm

Confluent

If you are using Confluent Cloud as your managed Apache Kafka cluster, you probably also want to start using other Confluent Platform components like the Confluent Schema Registry, Kafka Connect, KSQL, and Confluent REST Proxy. KSQL, Schema Registry). Helm Chart configuration for Confluent Cloud. ksql.sink.replicas": "3".

Cloud 93