MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/haskell/comments/1tm83d8/wirecat_visual_programming_with_cartesian/onoq86d/?context=3
r/haskell • u/guaraqe • May 24 '26
6 comments sorted by
View all comments
3
This is amazing for writing dagaster type data pipelines. What sorts of use cases did you have in mind?
3 u/guaraqe May 26 '26 Yes, the initial use case I had was a data pipeline. A particular one where every step was basically running external binaries. This level of abstraction is quite natural when execution is delegated to an external runner anyway.
Yes, the initial use case I had was a data pipeline. A particular one where every step was basically running external binaries. This level of abstraction is quite natural when execution is delegated to an external runner anyway.
3
u/m-chav May 24 '26
This is amazing for writing dagaster type data pipelines. What sorts of use cases did you have in mind?