Skip to content

Repository files navigation

rdmo-plugins-statistics

Python Versions Django Versions License
pre-commit Ruff CI Workflow Status

  1. Synopsis
  2. Setup

Synopsis

Export plugins for RDMO. This exports the statistics of the projects and users in an instance. Adds api endpoints /api/v1/project-statistics/ and /api/v1/user-statistics/.

Setup

Install the plugins in your RDMO virtual environment using pip (directly from GitHub):

python -m pip install git+https://github.com/rdmorganiser/rdmo-plugins-statistics

Add the rdmo_plugins to the INSTALLED_APPS in config/settings/local.py:

from . import INSTALLED_APPS
INSTALLED_APPS = ["rdmo_plugins_statistics", *INSTALLED_APPS]

After restarting RDMO, the exports should be usable.

About

(still WIP) Adds API endpoints for anonymous usage statistics about Projects and Users in an instance

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages