Skip to content
The Archives Unleashed Toolkit is an open-source toolkit for analyzing web archives.
Scala Java Python
Branch: master
Clone or download

Latest commit

dependabot Bump xercesImpl from 2.11.0 to 2.12.0 (#481)
Bumps xercesImpl from 2.11.0 to 2.12.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Latest commit d8cca11 Jun 16, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Test clean-up. (#404) Jan 13, 2020
config Clean-up underscore import, and scalastyle warnings. (#386) Nov 28, 2019
src Remove RDD suffixes on file, class, and object names. (#479) Jun 1, 2020
.codecov.yml Add office document binary extraction. (#346) Aug 16, 2019
.gitignore Python formatting, and gitignore additions. (#326) Jul 18, 2019
.travis.yml Test Java 8 & 11, and remove OracleJDK; resolves #324. (#325) Jul 8, 2019
CODE_OF_CONDUCT.md Created Code of Conduct file (#110) Nov 3, 2017
CONTRIBUTING.md warcbase core moves to aut Jul 5, 2017
LICENSE Update LICENSE and license headers. (#351) Aug 21, 2019
README.md [Skip Travis] Trim README down given aut.docs.archivesunleashed.org (#… Jun 8, 2020
pom.xml Bump xercesImpl from 2.11.0 to 2.12.0 (#481) Jun 15, 2020

README.md

The Archives Unleashed Toolkit

Build Status codecov Maven Central Javadoc Scaladoc UserDocs LICENSE Contribution Guidelines

The Archives Unleashed Toolkit is an open-source platform for analyzing web archives built on Apache Spark, which provides powerful tools for analytics and data processing. The Toolkit is part of the Archives Unleashed Project.

Learn more about the Toolkit and how to use it by visiting our comprehensive documentation.

The following two articles provide an overview of the project:

Dependencies

  • Java 8
  • Python 3.6+ (PySpark)
  • Apache Spark 2.4+

More information on setting up dependencies can be found here.

Building

Clone the repo:

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

You can then build The Archives Unleashed Toolkit.

mvn clean install

Usage

The Toolkit can be used to submit a variety of extraction jobs with spark-submit, as well used as a library via spark-submit, pyspark, or in your own application. More information on using the Toolkit can be found here.

License

Licensed under the Apache License, Version 2.0.

Acknowledgments

This work is primarily supported by the Andrew W. Mellon Foundation. Other financial and in-kind support comes from the Social Sciences and Humanities Research Council, Compute Canada, the Ontario Ministry of Research, Innovation, and Science, York University Libraries, Start Smart Labs, and the Faculty of Arts and David R. Cheriton School of Computer Science at the University of Waterloo.

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.