Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is a small Heroku project in charge of weekly exports of our EAD files from the ArchivesSpace API to S3. Most of the documentation for this project is on GitHub, but here are some extra links:

...

GitHub project

...

There is ruby code [stored in github] to export from ArchiveSpace API to EAD files on an S3 bucket. This code runs as a heroku app, scheduled to execute regularly (currently nightly).  There is terraform configuration [also stored in the same github repo] to create and manage the S3 and other AWS resources involved. 

More detailed documentation can also be found in the README of the GitHub repo. Here are some links and overview:

Additional work (not urgent)

  • More error checking

  • Moving all references to ENV to the config directory

  • Maybe simplify the file structure / scoping. (current setup was the first thing I could get to work.)