Skip to content

Commit

Permalink
Add reference to endless-transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis committed Mar 1, 2024
1 parent 220cd45 commit 47b1f50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/src/main/paradox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ endless is a library to build distributed systems in functional Scala using a pl
* [Abstractions](abstractions.md)
* [Runtimes](runtime.md)
* [Example app](example.md)
* [Transactions](transactions.md)
* [Reference](reference.md)
* [Inspiration](inspiration.md)
@@@
6 changes: 6 additions & 0 deletions documentation/src/main/paradox/transactions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Transactions

<img src="https://raw.githubusercontent.com/endless4s/endless-transaction/master/documentation/src/main/paradox/logo.svg" width="200">

Operations spanning multiple entities in the cluster often require coordination to ensure consistency. The [endless-transaction](https://endless4s.github.io/transaction) side library, itself built with endless, allows to describe such cluster-spanning operations with the two-phase commit protocol and integrates smoothly with endless's abstractions. The library [example](https://endless4s.github.io/transaction/example.html) illustrates this precise use case, with a cluster of bank accounts and a transfer feature implemented with transactions.

0 comments on commit 47b1f50

Please sign in to comment.