Giter Site home page Giter Site logo

eduardosbcabral / pipelinerd Goto Github PK

View Code? Open in Web Editor NEW
26.0 1.0 5.0 668 KB

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

Home Page: https://www.nuget.org/packages/PipelineRD

C# 97.57% Vim Snippet 2.43%
dotnet chain-of-responsibility diagram pipeline policy rollback

pipelinerd's People

Contributors

eduardosbcabral avatar guimobear avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pipelinerd's Issues

[Feature Request] Add 'injectable' workflows that can be 're-used' in other workflows

Hello!

I would like to propose adding 'Injectable Workflows into Pipelines'. Such as what you can do in CommandLib. You can view the example of injectable workflows in CommandLib here.

Basically you can have something with various 'tasks' and comprise workflows.

Example tasks

Wash Hands

  • Turn on sink
  • Push soap on hands
  • Wash hands
  • Dry hands

Do Dishes

  • Wash Hands <-- Command would be re-used
  • Clean Dishes
  • Put Dishes away
  • Dry hands <-- Command would be re-used

I am not sure if this is a good example, check out the sample code from CommandLib, they have an excellent example.

  • I also suggest changing all of your Queue<> or Stack<> to Concurrent or Immutable objects. I prefer Concurrent to ensure no issues with threading... However I have read that I think Immutable is also thread safe.

End

Please let me know your thoughts!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.