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'.

Food 95
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.

Kafka 98
Insiders

Sign Up for our Newsletter

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

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

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

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.

Kafka 83
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
article thumbnail

Sysmon Security Event Processing in Real Time with KSQL and HELK

Confluent

KSQL can be used in numerous real-time security detection and alerting tasks. By taking data from a tool such as Sysmon and streaming it into Kafka for processing in KSQL, you can rapidly detect suspicious behavior by looking for a process spawning a new process that makes an external network connection. FROM SYSMON_JOIN.

Process 81