archivesunleashed / aut

The Archives Unleashed Toolkit is an open-source toolkit for analyzing web archives.
https://aut.docs.archivesunleashed.org/
Apache License 2.0
137 stars 33 forks source link

Add graphml output to DomainGraphExtractor #435

Closed ruebot closed 4 years ago

ruebot commented 4 years ago

The DomainGraphExtractor currently only exports as TEXT and GEXF. I'm not 100% certain the rationale for the GEXF output since our workflow in auk is graphml to graphpass, which produces the gexf. So, at the very least, we should add a GRAPHML option.