Ecosyste.ms: Awesome

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

https://github.com/sibelius/mongodb-transactions

Mongodb Transactions using Two Phase commits
https://github.com/sibelius/mongodb-transactions

Last synced: 15 days ago
JSON representation

Mongodb Transactions using Two Phase commits

Lists

README

        

# mongodb-transactions

Reimplementation of [Learn Mongodb the Hard Way](https://github.com/learn-mongodb-the-hardway/mongodb-books-data/tree/master/schema-book/transactions) using mongoose

Based on this article [Two phase commit vs Transactions](http://learnmongodbthehardway.com/article/transactions/)

## How to run the 2 phase commit

```
yarn twoPhase
```