Skip to content
Shyam Kumar Akirala edited this page Dec 28, 2016 · 18 revisions

What is Flux ?

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.

Clone this wiki locally