Create an endpoint in orion for the waitlist #86

Closed
opened 2026-03-27 18:56:41 +00:00 by talksik · 0 comments
talksik commented 2026-03-27 18:56:41 +00:00 (Migrated from github.com)

We currently have our research-site logging waitlist entries to helios, and not orion which would insert it into our llink postgres database.

  • add waitlist service to orion
  • send email notifications to team@flowylabs.ai from waitlist service
  • down migration on gcp llink dev db and then import neon data in
  • get rid of the workaround for prepared statements
  • deploy orion and particle processor worker dev using this gcp db
  • create prod database for llink, add to cluster secrets
  • create orion and worker deployment in prod (research site is in prod cluster, so needs orion there). hook this orion up to the llink database in prod gcp project
  • research-site: create client for orion, and use it for adding to waitlist on form input. remove dep on aero and everything else
We currently have our `research-site` logging waitlist entries to `helios`, and not `orion` which would insert it into our llink postgres database. - [x] add waitlist service to orion - [x] send email notifications to `team@flowylabs.ai` from waitlist service - [x] down migration on gcp llink dev db and then import neon data in - [x] get rid of the workaround for prepared statements - [x] deploy orion and particle processor worker dev using this gcp db - [x] create prod database for llink, add to cluster secrets - [x] create orion and worker deployment in prod (research site is in prod cluster, so needs orion there). hook this orion up to the llink database in prod gcp project - [x] research-site: create client for orion, and use it for adding to waitlist on form input. remove dep on aero and everything else
Sign in to join this conversation.