Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1 KB

README.md

File metadata and controls

23 lines (14 loc) · 1 KB

Lakeland Digital Archive (LDA) database migration tools

This project contains bits and pieces to help migrate data to v4 of the LDA schema. The code here builds on ideas from lakeland-data-munging

How to use this project

  1. Grab a copy of the latest release tarball
  2. Unpack somewhere on your python path
  3. In a virtual environment of your choice: pip install path/to/dist/gzip
  4. Do what you're gonna do

For an example of using these tools, see this gist.

How to develop on this project

Set up requires poetry for now

  1. Clone the repository
  2. poetry install

To create a new release package: poetry build

I've been using airtable-export to get fresh copies of the source data. If data updates are needed, MITH Airtable credentials will be useful.