redun VS cgpipe

Compare redun vs cgpipe and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
redun cgpipe
4 1
486 3
2.1% -
7.5 5.2
about 2 months ago 3 months ago
Python Java
Apache License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

redun

Posts with mentions or reviews of redun. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-10.

cgpipe

Posts with mentions or reviews of cgpipe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-10.
  • Nextflow: Data-Driven Computational Pipelines
    9 projects | news.ycombinator.com | 10 Aug 2023
    I do too.. and have similar opinions. I wrote my own tool years back for pipelines because it was always frustrating (started roughly around the same time as Nextflow).

    Allowing for files to be marked as transient (temp) and re-running from arbitrary time points are definitely one of the things I support... as is conditional logic within the pipeline for job definition and resource usage. For me though, one of the biggest things is that I like having composable pipelines, so each part of the larger workflow can be developed independently. They can interact with each other (DAG) and use existing dependencies, but they don't have to exist in the same document/script. I work on large WGS datasets, so 1000's of jobs per patient isn't uncommon.

    Happy to talk more if you're interested.

    https://github.com/compgen-io/cgpipe

    (And yes, you can dry run the entire thing. It will write out a bash script if you want to see exactly what is going to run without submitting jobs.)

What are some alternatives?

When comparing redun and cgpipe you can also consider the following projects:

Prefect - The easiest way to build, run, and monitor data pipelines at scale.

nextflow - A DSL for data-driven computational pipelines

Airflow - Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

common-workflow-

huey - a little task queue for python

luigi - Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.

common-workflow-language - Repository for the CWL standards. Use https://cwl.discourse.group/ for support 😊

Kedro - Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.