- 
                Notifications
    
You must be signed in to change notification settings  - Fork 45
 
Home
        Shyam Kumar Akirala edited this page Dec 28, 2016 
        ·
        18 revisions
      
    
Flux is an asynchronous, scalable, multi-tenant, distributed and reliable state machine based orchestrator that may be used to build systems like:
- a stateful event-driven, reactive application
 - a traditional state machine - where we define states and wait for events that determine the flow of execution
 - a traditional work flow - where a sequence of tasks need to be carried out in a defined flow
 
Flux provides capabilities around state management, audit, tracing through configurable constructs.
More details on design primitives, example use and features are detailed in relevant pages of this wiki.