Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.55 KB

BOS-auto

docs master docs develop

bos-auto is one of two services that are required for proper operation of Bookie Oracle Software(BOS). bos-auto comes with a worker and an API to receive data from a Data Proxy. The API receives this data, validates it, and queues it for a worker to perform corresponding tasks. It further stores these incidents via bos-incidents to later be able to display them in the manual intervention(MINT) module bos-mint.

Documentation

For directions on how to install and run bos-auto please visit our documentation page.

docs master docs develop

Requirements

  • A Redis database
  • A MongoDB database
  • python3 deployment

Execution

$ python3 cli.py worker &    # Execute worker
$ python3 cli.py api         # Start web endpoint