Metadata-Version: 2.4
Name: invenio-stats
Version: 7.0.2
Summary: Invenio module for collecting statistics.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-stats
Author-email: CERN <info@invenio-software.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio,statistics
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: counter-robots>=2018.6
Requires-Dist: invenio-base<3.0.0,>=2.0.0
Requires-Dist: invenio-cache<4.0.0,>=3.0.0
Requires-Dist: invenio-celery<3.0.0,>=2.0.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
Requires-Dist: invenio-queues>=1.0.0a2
Requires-Dist: maxminddb-geolite2>=2018.703
Requires-Dist: python-dateutil>=2.7.0
Requires-Dist: python-geoip>=1.2
Provides-Extra: docs
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7]<4.0.0,>=3.0.0; extra == 'elasticsearch7'
Provides-Extra: opensearch1
Requires-Dist: invenio-search[opensearch1]<4.0.0,>=3.0.0; extra == 'opensearch1'
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == 'opensearch2'
Provides-Extra: tests
Requires-Dist: invenio-accounts<10.0.0,>=9.0.0; extra == 'tests'
Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: invenio-db[postgresql]<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: invenio-files-rest<7.0.0,>=6.0.0; extra == 'tests'
Requires-Dist: invenio-records-ui<6.0.0,>=5.0.0; extra == 'tests'
Requires-Dist: invenio-records<7.0.0,>=6.0.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: sphinx>=5; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2017-2018 CERN.
    SPDX-License-Identifier: MIT


===============
 Invenio-Stats
===============

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-stats.svg
        :target: https://github.com/inveniosoftware/invenio-stats/blob/master/LICENSE

.. image:: https://github.com/inveniosoftware/invenio-stats/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-stats/actions?query=workflow%3ACI

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-stats.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-stats

.. image:: https://img.shields.io/pypi/v/invenio-stats.svg
        :target: https://pypi.org/pypi/invenio-stats

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 or OpenSearch for aggregating and searching events.

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