incommon-md-counts
Utilities for counting entities and unique elements in InCommon SAML metadata
Quick Start
To produce counts for the currently published InCommon metadata aggregate, run
make
.
The first time the process runs, it downloads the InCommon metadata aggregate. Then it runs a few transformations on the aggregate (XSLT, sed/awk, etc.) to generate its output files.
Finally, it prints line counts for each output file; for example:
12892 all-entities.out
6277 inc-entities.out
3066 inc-unique-public-emails.out
10011 inc-unique-saml-https-hosts-ports.out
3658 inc-unique-ui-urls.out
To remove all downloaded and generated files, run make clean
.