Confluent Investor Day Presentation Deck slide image

Confluent Investor Day Presentation Deck

KSQL at a Glance What is it? KSQL is Confluent's Declarative Language for working with streams and tables of data. All the key features of a modern streaming solution. Aggregations Windowing Event-Time Exactly-Once Semantics Joins Dual Query Support Out-of-Order Handling User-Defined Functions KSQL Compute CREATE TABLE active Promotions AS SELECT rideId, Kafka FROM locations GROUP BY rideId EMIT CHANGES og Storage qualifyPromotion (distanceToDst) AS promotion How does it work? It separates compute from storage, and scales elastically in a fault-tolerant manner. It remains highly available during disruption, even in the face of failure to a quorum of its servers. 50
View entire presentation