Vince Fulcovince-bighire.hashnode.dev·Aug 22, 2024DBOS-Cloud: Minimal Effort Change Data Capture (CDC) toolThis 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...Discussdbos
Vince Fulcovince-bighire.hashnode.dev·Aug 18, 2024DBOS-Cloud: Fast and Free Automatic Data AggregatorThis is a simple DBOS app example focusing on remote deployment to DBOS Cloud, their hosted solution with a generous free tier for devs. The github repo sets up a cron job which: 1) performs a "SELECT COUNT" on a Supabase Postgres database table and ...Discussdbos
Vince Fulcovince-bighire.hashnode.dev·Aug 11, 2024DBOS-Cloud: Simple and Robust Workflow OrchestrationThis is a toy DBOS app example focusing on remote deployment to DBOS Cloud, their hosted solution with a generous free tier for devs. The github repo sets up two simple HTTP API endpoints that: 1) sends an email using Postmark ESP when you hit /sende...Discuss·10 likesdbos