typedb-osi / typedb-bio

TypeDB Bio: Biomedical Knowledge Graph
73 stars 30 forks source link

Refactor SemMed migration code and make other improvements #30

Closed ShabbirK closed 1 year ago

ShabbirK commented 1 year ago

This PR makes the following several contributions:

  1. It implements a caching mechanism for SemMed.
  2. It breaks down the single migration script for SemMed into different modules with a coherent collection of functions.
  3. It implements tests for the SemMed migratory and introduces a GitHub workflow for running tests.
  4. It updates the dependency requirements.
  5. It incorporates pre-commit hooks for improving code quality.
  6. It refactors some other portions of the code.
ShabbirK commented 1 year ago

Thank you for accepting and merging the PR, @james-whiteside!