Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

License

Notifications You must be signed in to change notification settings

raj200501/TradeMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradeMonitor

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.

Features

  • Real-time trade monitoring
  • Anomaly detection in trades
  • Fault-tolerant worker processes
  • Supervision tree for system resilience

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/TradeMonitor.git
    cd TradeMonitor
  2. Install dependencies:

    mix deps.get
  3. Run the application:

    mix run --no-halt

Usage

  • The application will start monitoring trades and detecting anomalies in real-time.
  • Fault-tolerant worker processes ensure system resilience.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages