28
Jul
This is a simple DBOS example focusing on remote deployment to DBOS Cloud, their hosted solution with a generous free tier for devs. The github repo sets up: 1) a workflow with an http api endpoint that receives events from Supabase when an INSERT is made to a table, 2) the same workflow archives the event payload to a DBOS hosted Postgres table, and 3) additional endpoints as utilities to view and delete all events while in development. Prerequisites Make sure you have node.js 21.x Sign up for DBOS Cloud (https://www.dbos.dev/dbos-cloud) Have a Supabase account and a table you are…