chanzuckerberg / cryoet-data-portal

CryoET Data Portal
MIT License
19 stars 10 forks source link

Automate APIv2 database ingestion #1327

Open jgadling opened 2 weeks ago

jgadling commented 2 weeks ago

Right now we can only run the v2 database ingestion job from devservers in each environment. This is primarily because the images we build for apiv2 are built for ARM architecture, and our job processing system only supports x86 architecture. We need to:

  1. Build x86 versions of the apiv2 docker image alongside the ingestion tools docker image
  2. Update our db ingestion script / WDL jobs to run both v1 and v2 db ingestion scripts.
jgadling commented 1 week ago

https://github.com/chanzuckerberg/cryoet-data-portal-backend/pull/356