Popularity
6.1
Declining
Activity
0.0
Stable
73
12
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: 3
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 – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
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