Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 729 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 729 Bytes

Overview

Tool to manage agora data

Purpose

This project allows Agora maintainers to update the Agora database with new versions of gene data from Synapse. This is a, manually triggered, self service update.

Execution

alt text

Worflow

To deploy an updated data version to the Agora development database

  1. Increment data-version in data-manifest.json on the develop branch.
  2. Commit the change
  3. The CI system automatically updates the new version to the DB

To deploy an updated data version to the staging and prod database.

  1. Merge data-version update to staging and prod branches.