logoalt Hacker News

just-the-wrkyesterday at 6:27 PM0 repliesview on HN

A typed execution graph for Go. You write functions with typed inputs and outputs—Docket infers the dependency graph, runs independent steps in parallel, and caches what you tell it to. It integrates with River and a number of data stores.

I spent a year attempting to adopt Temporal at scale, and 6 months trying to wrangle some multistep data enrichment and ML pipelines. This is what I wish I'd had with what I learned

https://github.com/sugarsoup/docket