# Irminsule: a branch-consistent distributed library database

*2014-09-01 — note*


Paper at the OCaml Workshop introducing Irmin (then called Irminsule), a branch-consistent distributed library database that brings Git-like operations to application data. This work with Thomas Gazagnaire and collaborators introduced mergeable persistent data structures that could be used to build eventually-consistent distributed systems. Irmin has since become a foundational component of MirageOS and other distributed OCaml applications.
Synopsis: Paper on Irmin branch-consistent distributed database library supporting Git-like operations at OCaml Workshop 2014.
Words: 57

## Related

- [Irminsule: a branch-consistent distributed library database](https://anil.recoil.org/papers/2014-oud-irminsule) (paper, 2014-09-01)

---
Canonical: https://anil.recoil.org/notes/2014-oud-irminsule-1
Type: note
License: CC BY 4.0 <https://creativecommons.org/licenses/by/4.0/>
Tags: irmin, ocaml, distributed, databases, mirageos
