Skip to content

Commit

Permalink
Merge pull request #99 from deliciousmonster/patch-1
Browse files Browse the repository at this point in the history
Add HarperDB to Distributed Databases
  • Loading branch information
ept authored Apr 4, 2024
2 parents e11c148 + 0f8ac39 commit eea08b0
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 @@ -176,6 +176,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 eea08b0

Please sign in to comment.