monarc-project / stats-service

Stats Service for @monarc-project

Home Page:https://dashboard.monarc.lu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Stats Service for @monarc-project

https://dashboard.monarc.lu

License:GNU Affero General Public License v3.0


Languages

Language:Python 60.4%Language:JavaScript 17.5%Language:HTML 16.1%Language:Shell 3.5%Language:CSS 1.2%Language:Dockerfile 0.6%Language:Makefile 0.5%Language:Mako 0.3%