Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 531 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 531 Bytes

UKSI Importer

Installation

This tool requires mdb-tools to be installed. Specifically, this tool uses the following CLI utilities provided by this lib:

  • mdb-tables
  • mdb-json

Then for local use:

python3.11 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -e .

Usage

Assuming installation into .venv:

uksi create_db <access-db-path> <uksi-db-path>

A new SQLite DB is created at the given path each time this command is run.