1 Specification
altf_four edited this page 2020-05-03 11:32:48 +03:00

Uncomplete!

  • One master server.

    • The master server contains all accounts.
    • Calculates stock changes.
    • Issues sell and buy of assets
    • Keeps track of due sell and buy of assets.
    • Has an external API to get values of assets.
    • Receive commands from worker servers and choose whether to authorize them or not.
    • A secure logging system.
    • Only accept commands from the worker systems.
    • Has an event logging system.
    • Manages up worker systems.
  • Worker Servers.

    • It Can be deployed as much as needed.
    • MUST be deployed at least once.
    • Ability to organize sent commands to the master server with time frames.
    • Routes login information to the master server.