No description
https://tracker.debian.org/oarc-dsc-datatool
- Python 86.1%
- Shell 12.1%
- Makefile 1.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .copr | ||
| .github | ||
| contrib | ||
| debian | ||
| dsc_datatool | ||
| man | ||
| rpm | ||
| tests | ||
| .gitignore | ||
| CHANGES | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.md | ||
| setup.cfg | ||
| setup.py | ||
| sonar-project.properties.local | ||
DSC DataTool
Tool for converting, exporting, merging and transforming DSC data.
Please have a look at the man-page(s) dsc-datatool (1) on how to use or
the wiki article
on how to set this up using Influx DB and Grafana.
More information about DSC may be found here:
Issues should be reported here:
General support and discussion:
- Mattermost: https://chat.dns-oarc.net/community/channels/oarc-software
- mailing-list: https://lists.dns-oarc.net/mailman/listinfo/dsc
Dependencies
dsc-datatool requires the following Python libraries:
- PyYAML
- maxminddb
Python Development Environment
Using Ubuntu/Debian:
sudo apt-get install python3-maxminddb python3-yaml python3-venv
python3 -m venv venv --system-site-packages
. venv/bin/activate
pip install -e . --no-deps