Invenio-Stats

https://img.shields.io/github/license/inveniosoftware/invenio-stats.svg https://img.shields.io/travis/inveniosoftware/invenio-stats.svg https://img.shields.io/coveralls/inveniosoftware/invenio-stats.svg https://img.shields.io/pypi/v/invenio-stats.svg

Invenio module for collecting statistics.

This module provides the components for statistical data processing and querying.

The most common statistics measure the occurence of events in an invenio application, e.g. file downloads, record views and others. Invenio-stats provides the tools to transform, register, compress and query those events. However, statistics can be fully customized and directly query the database.

The services it uses are:

  • RabbitMQ for buffering incoming events.
  • Elasticsearch for aggregating and searching events.

Further documentation is available on: https://invenio-stats.readthedocs.io/

API Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Additional Notes

Notes on how to contribute, legal information and changes are here for the interested.