Skip to main content

EIDA nodes statistics aggregator

Project description

# EIDA Statistics aggregation

This project should provide unified statistics about EIDA nodes usage.

## Aggregating data

Each EIDA node prepares an aggregation of their logging file using the same script.

This aggregation result is sent to a central database through a webservice provided by a central node

### Install and execute

From [Pypi](https://pypi.org/project/eida-statistics-aggregator/)

pip install eida-statistics-aggregator eida_stats_aggregator –help

With pipenv, run

pipenv install pipenv shell pip install -e . eida_stats_aggregator –help

For now, the log file from seiscomp is expected to be a list of JSON entries compressed with BZIP2.

### Exemples

Aggregate one bz2 seiscomp logfile:

eida_stats_aggregator –output-directory aggregates fdsnws-requests.log.2020-11-02.bz2

Also available with stdin:

echo “fdsnws-requests.log.2020-11-02.bz2” | eida_stats_aggregator –output-directory

You can also agregate several logfiles:

eida_stats_aggregator –output-directory aggregates fdsnws-requests.log.2020-11-02.bz2 fdsnws-requests.log.2020-11-03.bz2

### Test

From the projet’s root directory run

pipenv install pipenv shell python -m pytest tests/test_aggregator.py -s

### Aggregation problems

#### The Count distinct problem

Some information requested by EIDA need to count distint occurences of information (an IP, a country). A naive approach counting distinct occurences on each day and each node can’t be used to count the distinct occurences at a global scale nor for another timewindow.

Enters HyperLogLog, an algorithm allowing to estimate occurences for different timeframe. hll is implemented in Python and PostgreSQL this is why this project uses both technologies.

#### Anonimization

We want to anonimize every data that can link to a person. This is why IP adresses are hashed using the same algorithm on each datacenter, in order to have consistant statistics.

## Ingesting data

A webservice receiving POST request and ingesting the result in a database

## Creating reports

This code create automatic reports from the database

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eida-statistics-aggregator-0.2.1.tar.gz (5.9 kB view details)

Uploaded Source

File details

Details for the file eida-statistics-aggregator-0.2.1.tar.gz.

File metadata

  • Download URL: eida-statistics-aggregator-0.2.1.tar.gz
  • Upload date:
  • Size: 5.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for eida-statistics-aggregator-0.2.1.tar.gz
Algorithm Hash digest
SHA256 f6ef3f8953d4e0aafbbb63d42d9b5b420e8bf71659b13e91ff2c82f1fe6a67c3
MD5 2bce9b57562e6f1d926b55ee7cb2d157
BLAKE2b-256 1dbab7b51e03ff0a4ffdca5e778cf44aa7c9713562d626c1e21a8b14dd2a120e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page