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

https://github.com/mciccale/bet-unfair

Elixir Betting-Exchange platform implementation using OTP patterns. Highly fault tolerant and scalable.
https://github.com/mciccale/bet-unfair

betting-exchange concurrent-programming distributed-systems elixir elixir-lang fault-tolerance otp scalability

Last synced: about 1 year ago
JSON representation

Elixir Betting-Exchange platform implementation using OTP patterns. Highly fault tolerant and scalable.

Awesome Lists containing this project

README

          

# BetUnfair

**Betting platform implementation using Elixir + OTP Patterns**

## Clarification about ACID Transactions
CubDB provides an API for making transactions CubDB.transaction/2. However, we simply used CubDB.get_and_update/3 that searchs for a value and then modifies it ATOMICALLY.

## How-To

```
$ git clone https://github.com/mciccale/bet-unfair.git
$ cd bet_unfair
$ mix deps.get
```

Authors:

- Ramiro Lopez Cento
- Esteban Aspe Ruiz
- Marco Ciccale Baztan