Kafka as a store? Yes, kafka is much more than simple message queues. It's scalable, stores a persistent log that can be re-read and allows stream processing. Queries is where DB's do better, but kafka is well designed to be used as a store. The article covers this in ...