Hacker News new | ask | show | jobs
by CodesInChaos 2796 days ago
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.