Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 782 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 782 Bytes

CurationToolsDataSync

curation-migration-backfill:

This folder contains all the ETL components and business logic to move the historical curated scheduled items from the readitla-* database to the added in the new CuratedCorpusApi.

curation-migration-datasync:

This folder contains all the ETL components and business logic to sync the curated scheduled items added in the new CuratedCorpusApi to the database to the readitla-* database.

Folder structure

  • the infrastructure code is present in .aws
  • the application code is in src
  • .docker contains local setup
  • .circleci contains circleCI setup

Develop Locally

npm install
npm start:dev

Start docker

# npm ci not required if already up-to-date
npm ci
docker compose up