Hacker News new | ask | show | jobs
by jbreckmckye 486 days ago
I'm interested in this project and have starred it.

Some thoughts:

- Amazon Step Functions make it very easy for me to visualise a flow through an execution in the AWS console. What visualisation could you offer?

- If I try and DIY my workflow orchestration with something like DynamoDB and XState, I have a lot of infra to worry about, but I do get a very flexible workflow definition by using a full state machine. Is it fair to say Duty doesn't yet support complex workflow graphs?

- Using JavaScript immediately makes me think serverless. But this project relies on Postgres which isn't ideal for serverless flows. Could it also support serverless databases and scheduling?