1Revision history for App::DSC::DataTool
2
30.03    2016-12-16
4        Release 0.03
5
6        Support processing of 25 of the 37 DAT files that the Extractor
7        can produce, the others can not be converted into time series data
8        since they lack timestamps.  Processing of XML is the recommended
9        approach to secure all information.
10
11        72e829c Implement processing of DAT directories
12        45294d0 RPM spec
13        4e8ff69 Fix 5.24 forbidden keys usage
14        7589ad2 Use perl 5.24 also
15        cfac110 Fix #16: Handle directories in --xml and warn that --dat is
16                not implemented yet
17
180.02    2016-11-11
19        Release 0.02
20
21        First release of `dsc-datatool` with support for:
22        - Reading DSC XML files
23        - Transformer:
24          - Labler: convert indexes/keys to textual names such as QTYPE
25          - ReRanger: (re)compile lists/ranges/buckets into new buckets
26          - NetRemap: (re)compile IP addresses and subets into new subnets
27        - Generator:
28          - client_subnet_authority: Create a dataset with IP Authority for subnets
29          - client_subnet_country: Create a dataset with Countries for subnets
30        - Output:
31          - Graphite
32          - InfluxDB
33
34        See `dsc-datatool -h` for options and wiki article:
35          https://github.com/DNS-OARC/dsc-datatool/wiki/Setting-up-a-test-Grafana
36