All Projects → eduardosbcabral → pipelineRD

eduardosbcabral / pipelineRD

Licence: other
A chain of responsability pattern implementation in .NET that supports retry policy, sync and async steps, rollback, pipeline recovery by cache and visual documentation using diagrams.

Programming Languages

C#
18002 projects
Vim Snippet
174 projects

Projects that are alternatives of or similar to pipelineRD

drawerd
DrawERD for rails.
Stars: ✭ 19 (+0%)
Mutual labels:  diagram
ember-pipeline
Railway oriented programming in Ember
Stars: ✭ 17 (-10.53%)
Mutual labels:  pipeline
xp
A framework (comand line tool + libraries) for creating flexible compute pipelines
Stars: ✭ 54 (+184.21%)
Mutual labels:  pipeline
pipeline
Pipelines using goroutines
Stars: ✭ 46 (+142.11%)
Mutual labels:  pipeline
hic
Analysis of Chromosome Conformation Capture data (Hi-C)
Stars: ✭ 45 (+136.84%)
Mutual labels:  pipeline
eidos-audition
Collection of auditory models.
Stars: ✭ 25 (+31.58%)
Mutual labels:  pipeline
gulp-sort
Sort files in stream by path or any custom sort comparator
Stars: ✭ 22 (+15.79%)
Mutual labels:  pipeline
HTGS
The Hybrid Task Graph Scheduler API
Stars: ✭ 36 (+89.47%)
Mutual labels:  pipeline
langx-java
Java tools, helper, common utilities. A replacement of guava, apache-commons, hutool
Stars: ✭ 50 (+163.16%)
Mutual labels:  pipeline
CloudConductor
CloudConductor is a workflow management system that generates and executes bioinformatics pipelines
Stars: ✭ 13 (-31.58%)
Mutual labels:  pipeline
XProc-Z
A platform for running XProc pipelines as web applications in a Java servlet container
Stars: ✭ 20 (+5.26%)
Mutual labels:  pipeline
modeloC4
📏Modelo C4 para documentação de arquiteturas
Stars: ✭ 75 (+294.74%)
Mutual labels:  diagram
gawn
Genome Annotation Without Nightmares
Stars: ✭ 35 (+84.21%)
Mutual labels:  pipeline
functions
An Open Source Serverless Platform
Stars: ✭ 44 (+131.58%)
Mutual labels:  pipeline
DrawRacket4Me
DrawRacket4Me draws trees and graphs from your code, making it easier to check if the structure is what you wanted.
Stars: ✭ 43 (+126.32%)
Mutual labels:  diagram
STOCK-RETURN-PREDICTION-USING-KNN-SVM-GUASSIAN-PROCESS-ADABOOST-TREE-REGRESSION-AND-QDA
Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Select Tradeable Stocks
Stars: ✭ 94 (+394.74%)
Mutual labels:  pipeline
rna-seq-snakemake
Snakemake based pipeline for RNA-Seq analysis
Stars: ✭ 29 (+52.63%)
Mutual labels:  pipeline
grape-nf
An automated RNA-seq pipeline using Nextflow
Stars: ✭ 30 (+57.89%)
Mutual labels:  pipeline
cpp-from-zero-to-one
Learning C++ from zero to one
Stars: ✭ 52 (+173.68%)
Mutual labels:  pipeline
dragonfly-dag
完全支持Vue3和Vitejs的DAG流程图组件
Stars: ✭ 54 (+184.21%)
Mutual labels:  diagram

PipelineRD

Build Status NuGet NuGet

A chain of responsability pattern implementation in .NET

Supports retry policy, sync and async steps, rollback, pipeline recovery by cache and visual documentation using diagrams.

Check the wiki for examples and how to use it.

Installing PipelineRD

You should install PipelineRD with NuGet:

Install-Package PipelineRD

Or via the .NET Core command line interface:

dotnet add package PipelineRD

Either commands, from Package Manager Console or .NET Core CLI, will download and install PipelineRD and all required dependencies.

PS: The R in the name stands for request and D for diagrams.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].