Popularity
6.2
Stable
Activity
0.0
Stable
73
13
7
Description
An experiment in structuring applications as cooperating sets of state machines, where each state machine is a sequence of reducers triggered by pattern matches.
Monthly Downloads: 2
Programming language: Elixir
License: Apache License 2.0
Reducer Machine alternatives and similar packages
Based on the "State Machines" category.
Alternatively, view Reducer Machine alternatives based on common mentions on social networks and blogs.
-
Gearbox
⚙️ Gearbox is a functional state machine with an easy-to-use API, inspired by both Fsm and Machinery
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of Reducer Machine or a related project?
README
Reducer Machine
An experiment in structuring applications as cooperating sets of state machines, where each state machine is a sequence of reducers triggered by pattern matches.
Installation
def deps do
[
{:reducer_machine, "~> 0.1.0"}
]
end