An open API service indexing awesome lists of open source software.

https://github.com/pitt-crc/lmod_tracking

Database ingestion for Lmod usage logs
https://github.com/pitt-crc/lmod_tracking

lmod postgres python

Last synced: 4 months ago
JSON representation

Database ingestion for Lmod usage logs

Awesome Lists containing this project

README

          

# Lmod Usage Tracking

[![](https://app.codacy.com/project/badge/Grade/da5fd23a62874c989f9b80ba201af924)](https://app.codacy.com/gh/pitt-crc/lmod_tracking/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![](https://app.codacy.com/project/badge/Coverage/da5fd23a62874c989f9b80ba201af924)](https://app.codacy.com/gh/pitt-crc/lmod_tracking/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)

Lmod provides [official support](https://lmod.readthedocs.io/en/latest/300_tracking_module_usage.html) for tracking module usage via the system log.
The `lmod-ingest` utility is used to ingest the resulting syslog entries into a Postgres database.
See the [project documentation](https://crc-pages.pitt.edu/lmod_tracking/) for more details.