Workflow/Saga Library for Node.js


Summary of my bookmarked Github repositories from Dec 6th, 2017

Github repositories

  • danielgerlag/workflow-es

    Workflow ES is a powerful workflow/saga library designed for Node.js and modern browsers. It offers pluggable persistence and concurrency providers, making it suitable for multi-node clusters. The installation process involves adding the "workflow-es" npm package. Workflows, which are often long-running processes, can be persisted using various available providers like Memory Persistence, MongoDB, and more. For running a multi-node cluster, external queueing mechanisms and distributed lock managers are required, with options including SingleNodeQueueProvider, Azure, Redis, and SingleNodeLockProvider. The project is licensed under the MIT License.