/plushcap/analysis/aiven/apache-kafka-and-the-great-database-debate

Apache Kafka® and the great database debate

What's this blog post about?

The debate over whether Apache Kafka is a database revolves around its role in data architecture. While it does take in and give out data, making it similar to databases, Kafka's primary function is to record events as they occur rather than storing states of affairs like relational databases do. It excels at being a message bus component for data pipelines but isn't well-suited for occasional queries or long-term storage. Thus, while it can process enormous amounts of data and handle streaming data effectively, Kafka is best used between systems rather than as a standalone database.

Company
Aiven

Date published
June 10, 2021

Author(s)
Auri Poso

Word count
1354

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.