4/1/2025 at 9:26:16 AM
Nice to see some workflow engine action on Hacker News! :-)I'm currently building pgflow, which is a simple, postgres-first engine that uses task queues to perform real work.
Have explicit DAG approach, strong typesafety, nice DSL in TypeScript and a dedicated task queue worker that allows it to run solely on Supabase without any external tools.
I'm super close to the alpha release, if you guys want more info, check out the readme for SQL core (https://github.com/pgflow-dev/pgflow/tree/main/pkgs/core#rea...) or my Twitter (https://x.com/pgflow_dev).
Hope that grabs someone attention :-) Cheers
by jumski
4/1/2025 at 10:00:29 AM
Exactly what I was looking for without even knowing it :) EDIT: well I knew I need smt like this, but I thought I'd had to build a very rudimentary version myself. Thank you for saving me tons of time in my projectby CjHuber
4/1/2025 at 12:13:33 PM
Thanks! That's the reason I'm building it - I needed something like this but there was nothing abailable.I'm very close to releasing an alpha, will post here when ready!
by jumski