0

I am new to Julia and wondering if there is a similar pipeline framework than R's _targets. The aim is to document the steps of a given study and run it effectively (rerun only outdates scripts). Or what is the common way to store the results?

Thanks in advance, M

  • Thank you for the suggestion; however, I am not looking for "|>" pipes. With regard to the pipeline framework, I am referring to a system wherein dependencies for created objects can be managed, and the entire pipeline can be run, with only the updated parts being rerun. – MarcellGranat Aug 29 '23 at 12:48
  • Maybe `Pipelines.jl` ? – GKi Aug 29 '23 at 13:24
  • 2
    Maybe [DrWatson.jl](https://juliadynamics.github.io/DrWatson.jl/stable/#Functionality-1) has a little bit of intersection with it? – Sundar R Aug 29 '23 at 19:04
  • Indeed. Thank you very much! – MarcellGranat Aug 29 '23 at 22:26
  • This is not a Julia answer, but [dvc](https://dvc.org/) might be of interest. – Cameron Bieganek Aug 30 '23 at 00:50
  • Have a look at: [Is there a Julia equivalent of the targets R package?](https://stackoverflow.com/questions/76636394) . – GKi Aug 30 '23 at 06:12

0 Answers0