https://github.com/dns-oarc/dsc-datatool
Moved to https://codeberg.org/DNS-OARC/dsc-datatool
https://github.com/dns-oarc/dsc-datatool
dns dsc enrichment graphite influxdb perl statistics transform xml
Last synced: about 1 month ago
JSON representation
Moved to https://codeberg.org/DNS-OARC/dsc-datatool
- Host: GitHub
- URL: https://github.com/dns-oarc/dsc-datatool
- Owner: DNS-OARC
- License: other
- Created: 2016-06-17T14:40:45.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-09-02T13:07:08.000Z (about 1 month ago)
- Last Synced: 2025-09-02T15:14:51.118Z (about 1 month ago)
- Topics: dns, dsc, enrichment, graphite, influxdb, perl, statistics, transform, xml
- Language: Python
- Homepage:
- Size: 304 KB
- Stars: 18
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DSC DataTool
[](https://sonarcloud.io/summary/new_code?id=dns-oarc%3Adsc-datatool) [](https://sonarcloud.io/summary/new_code?id=dns-oarc%3Adsc-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](https://codeberg.org/DNS-OARC/dsc-datatool/wiki/Setting-up-a-test-Grafana)
on how to set this up using Influx DB and Grafana.More information about DSC may be found here:
- https://www.dns-oarc.net/tools/dsc
- https://www.dns-oarc.net/oarc/data/dscIssues should be reported here:
- https://codeberg.org/DNS-OARC/dsc-datatool/issuesGeneral support and discussion:
- Mattermost: https://chat.dns-oarc.net/community/channels/oarc-software## 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
```