Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

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.