Skip to content

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

License

Notifications You must be signed in to change notification settings

rdmorganiser/rdmo-plugins-statistics

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages