Skip to content

Commit

Permalink
Add HarperDB to Distributed Databases
Browse files Browse the repository at this point in the history
  • Loading branch information
deliciousmonster authored Apr 3, 2024
1 parent 85ea69b commit 0f8ac39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ Several distributed databases also have built-in support for CRDTs:
Local-first SQL system based on AntidoteDB and
[Rich-CRDTs](https://electric-sql.com/blog/2022/05/03/introducing-rich-crdts).


* [HarperDB](https://harperdb.io)
uses CRDTs to reconcile transactions across its globally-distributed application platform.

## Distributed file systems

* [Elmerfs](https://github.com/scality/elmerfs): A distributed file system, with a FUSE interface, written in Rust. It uses CRDTs to avoid structural conflicts. Built above [AntidoteDB](https://www.antidotedb.eu/).
Expand Down

0 comments on commit 0f8ac39

Please sign in to comment.