Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qnikst/2pc-haskell

two-phase-commit implementation
https://github.com/qnikst/2pc-haskell

Last synced: 17 days ago
JSON representation

two-phase-commit implementation

Awesome Lists containing this project

README

        

# 2pc is a two phase transaction implementation.

2pc is abstracted over the communication type to integrate
2pc into your application you need to:

* define a TPNetwork class instance, that describes 2pc
can send message over the network.

* write function that will feed controller with new events

As an example you can see Network.TwoPhase.STM