TradeMonitor is an Elixir application designed to monitor financial trades and ensure fault tolerance in a trading system. The application leverages Elixir's robust concurrency model and fault tolerance capabilities to handle real-time trade data, detect anomalies, and ensure system resilience.
- Real-time trade monitoring
- Anomaly detection in trades
- Fault-tolerant worker processes
- Supervision tree for system resilience
-
Clone the repository:
git clone https://github.com/your-username/TradeMonitor.git cd TradeMonitor -
Install dependencies:
mix deps.get
-
Run the application:
mix run --no-halt
- The application will start monitoring trades and detecting anomalies in real-time.
- Fault-tolerant worker processes ensure system resilience.
This project is licensed under the MIT License - see the LICENSE file for details.