Hacker News new | ask | show | jobs
by john92 2796 days ago
Considering one database to rule all is old..where does this stand?

https://www.allthingsdistributed.com/2018/06/purpose-built-d...

1 comments

FoundationDB is a key-value store which supports transactions and scans over key ranges. Then on top of that layer, you can add higher level abstractions, like relational, document, graph databases. So it's similar to the storage engine concept many database servers use.