top | item 44895255

Replacing Kafka with SQLite?

7 points| mjirv | 6 months ago |turso.tech

2 comments

order

8organicbits|6 months ago

> each Kafka partition was represented by a separate SQLite database

What does the programming interface look like for this? I believe you'd only be able to use SQL to query each partition (database) individually, unless there's another layer orchestrating SQL over the partitions. I wonder if you just end up with connectors again.