Skip to content

Commit 6835b4e

Browse files
committed
Initial commit - KaflowSQL v1.0.0
1 parent 7bfe4cb commit 6835b4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Picture this: It's 3 PM on a Friday. Your product manager walks over with "a qui
88

99
You have `user_actions` in one Kafka topic and `customer_profiles` in another. In a relational database, this is a trivial `LEFT JOIN`. In the world of streaming, it's the beginning of a multi-week project involving Apache Flink or Spark Streaming, complex state management, and a new set of services to operate and monitor.
1010

11+
KaflowSQL turns that typical Friday afternoon crisis into a 30-minute task. The entire pipeline is defined in a single YAML file — it reads from Kafka, performs the transformations, and writes to a new topic:
12+
1113
**What if joining streams was as simple as writing SQL?**
1214

1315
```yaml

0 commit comments

Comments
 (0)