Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 2.82 KB

README.md

File metadata and controls

61 lines (42 loc) · 2.82 KB

Stats Service for MONARC

Latest release License Contributors Workflow CodeQL Translation status PyPi version

Presentation

MONARC Stats Service is a libre software which is providing:

  • an API in order to collect statistics from one or several MONARC instances and to return these statistics with different filters and aggregation methods;
  • a dashboard that summarizes the current cybersecurity landscape. The charts are based on the statistics collected.

This software can be deployed just next to a MONARC instance or on a dedicated server.

The collected statistics can be sent to an other Stats Service instance.

The public official instance operated by NC3-LU is available at https://dashboard.monarc.lu.

Documentation

To be found in the docs directory of the source code, or viewed online here.

Several installation ways and the update procedure are described.

Quick deployment

$ git clone https://github.com/monarc-project/stats-service
$ cd stats-service/
$ docker-compose up -d

Stats Service will be available at: http://127.0.0.1:5000/api/v1

More information in the installation section of the documentation.

License

Stats Service is under the GNU Affero General Public License version 3.