unfoldingWord-dev / d43-catalog

Lambda functions for the Door43 Catalog.
https://api.door43.org/v3/catalog
MIT License
1 stars 8 forks source link

Upgrade to Catalog Next #70

Open jag3773 opened 4 years ago

jag3773 commented 4 years ago

After Catalog Next is deployed on DCS in July, we need to make some structural changes to how the catalog works.

  1. Stop current processor webhooks
  2. Move source repos to their respective owners
    • For existing orgs, either transfer it to them, or delete the Door43-Catalog fork/copy
    • For groups without an org we can either
    • Create an org with their name
    • Use a generic org, which we will need anyway for public domain content
  3. Update our lambda process to read from the /catalog API endpoint periodically and update the v3 endpoints if changes are detected
    • I think we should dockerize at least the first step of this process
    • Possibly dockerizing the tS v2 processor would also be warranted since it takes forever (and possibly give it access to the DB directly).

Possibly use webhooks on all repos to send Releases to the lambda function.