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
- Host: GitHub
- URL: https://github.com/pitt-crc/lmod_tracking
- Owner: pitt-crc
- License: gpl-3.0
- Created: 2023-06-28T19:57:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T01:55:00.000Z (9 months ago)
- Last Synced: 2025-09-02T02:28:16.154Z (9 months ago)
- Topics: lmod, postgres, python
- Language: Python
- Homepage: https://crc-pages.pitt.edu/lmod_tracking/
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lmod Usage Tracking
[](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/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.