Skip to content
The Archives Unleashed Toolkit is an open-source toolkit for analyzing web archives.
Tree: 850419014f
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update Bug report template. (#268) Sep 10, 2018
config/checkstyle Update license headers for #208. (#290) Nov 22, 2018
src Log closing of ARC and WARC files, resolves #156 (#301) Jan 31, 2019
.gitignore Improve and clean-up Scaladocs; resolves #184 (#193) Apr 11, 2018
.travis.yml Only trigger TravisCI on master. (#283) Oct 17, 2018
CODE_OF_CONDUCT.md Created Code of Conduct file (#110) Nov 3, 2017
CONTRIBUTING.md warcbase core moves to aut Jul 5, 2017
LICENSE
LICENSE_HEADER.txt Update license headers for #208. (#290) Nov 22, 2018
README.md [skip travis] Update README (#284) Oct 17, 2018
pom.xml Resolve cobertura-maven-plugin class issue; resolves #313. (#314) Mar 23, 2019

README.md

The Archives Unleashed Toolkit

Build Status codecov Maven Central Javadoc Scaladoc LICENSE Contribution Guidelines

The Archives Unleashed Toolkit is an open-source toolkit for analyzing web archives built around Apache Spark. This toolkit is part of the Archives Unleashed Project.

The toolkit grew out of a previous project called Warcbase. The following article provides a nice overview, much of which is still relevant:

Getting Started

Easy

If you have Apache Spark ready to go, it's as easy as:

$ spark-shell --packages "io.archivesunleashed:aut:0.17.0"

A little less easy

You can download the latest release here and include it like so:

$ spark-shell --jars /path/to/aut-0.17.0-fatjar.jar"

Even less easy

Build it yourself as per the instructions below:

Clone the repo:

$ git clone http://github.com/archivesunleashed/aut.git

You can then build The Archives Unleashed Toolkit.

$ mvn clean install

For the impatient, to skip tests:

$ mvn clean install -DskipTests

I want to use Docker!

Ok! Take a quick spin with aut with Docker.

Documentation! Or, how do I use this?

Once built or downloaded, you can follow the basic set of recipes and tutorials here.

License

Licensed under the Apache License, Version 2.0.

Acknowledgments

This work is primarily supported by the Andrew W. Mellon Foundation. Additional funding for the Toolkit has come from the U.S. National Science Foundation, Columbia University Library's Mellon-funded Web Archiving Incentive Award, the Natural Sciences and Engineering Research Council of Canada, the Social Sciences and Humanities Research Council of Canada, and the Ontario Ministry of Research and Innovation's Early Researcher Award program. Any opinions, findings, and conclusions or recommendations expressed are those of the researchers and do not necessarily reflect the views of the sponsors.

You can’t perform that action at this time.