Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Core Workflows

Demonstrates glide-mq orchestration patterns:

  • FlowProducer - parent-child job trees (e-commerce order flow)
  • chain() - sequential pipeline (data processing)
  • group() - parallel fan-out (notification broadcast)

Run

npm install
npm start

Requires Valkey/Redis on localhost:6379.