Adding upstream version 1.4.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e344d0b8ae
commit
1ea3e103a7
77 changed files with 5760 additions and 0 deletions
37
README.md
Normal file
37
README.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# DSC DataTool
|
||||
|
||||
[](https://lgtm.com/projects/g/DNS-OARC/dsc-datatool/alerts/) [](https://sonarcloud.io/dashboard?id=dns-oarc%3Adsc-datatool) [](https://sonarcloud.io/dashboard?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://github.com/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/dsc
|
||||
|
||||
Issues should be reported here:
|
||||
- https://github.com/DNS-OARC/dsc-datatool/issues
|
||||
|
||||
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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue