Reactivity is great. Is there any framework for using it without a REPL?
I.e. to define a DAG of tasks and have them executed as needed?
I know existing workflow engines, and they are typically not reactive but rather work on batches.
From a nuts and bolts perspective, I've been thinking of building some reactivity on top of https://github.com/dagworks-inc/hamilton (author here) that could get at this. (If you have a use case that could be documented, I'd appreciate it.)
I.e. to define a DAG of tasks and have them executed as needed? I know existing workflow engines, and they are typically not reactive but rather work on batches.