-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add reference to endless-transaction
- Loading branch information
Jonas Chapuis
committed
Mar 1, 2024
1 parent
220cd45
commit 47b1f50
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|