|
|
|
|
|
by zaphar
2024 days ago
|
|
If it stores data it's a database. Filesystems are databases, MongoDB is a database. LevelDB is a database. Postgres and MySQL are databases. Kafka is a database. They are all very different in features and functionality though. What the authors mean is that kafka is not a traditional database and doesn't solve the same problems that traditional databases solve. Which is a useful distinction to make but is not the distinction they make. The reality is that database is now a very general term and for many usecases you can choose to special purpose databases for what you need. |
|
I'd argue that a filesystem is a data store, rather than a database.