Django-fsm adds simple declarative state management for Django models. If you need parallel task execution, view, and background task code reuse over different flows - check my new project Django-view flow. Instead of adding a state field to a Django model and managing its values by hand, you use FSMField and mark model methods with the transition decorator. These methods could contain side effects of the state change. You may also take a look at the Django-fsm-admin project containing a...
FSM is a finitestate machine for Go. It is heavily based on two FSM implementations. Javascript FiniteState Machine, and Fysom for Python. Visualize outputs a visualization of a FSM in Graphviz format. VisualizeForMermaidWithGraphType outputs a visualization of a FSM in Mermaid format as specified by the graphType. VisualizeWithType outputs a visualization of a FSM in the desired format.
A Swift and Kotlin library for making composable state machines
...Corresponding UI frameworks that bind Rendering data classes for “views” (including event callbacks) to Mobile UI frameworks for Android and iOS. Optimized for composability and scalability of features and screens. A library that supports writing business logic and complex UI navigation logic as state machines, thereby enabling confident reasoning about the state and validation of correctness. A unidirectional data flow library that uses immutable data within each Workflow. Data flows in a single direction from the source to the UI, and events in a single direction from the UI to the business logic. Each logical component area is separated into a Workflow with a finite set of states and the logic to transition between them.
Physhun is a Java framework for building and executing finitestate machines in J2SE and J2EE environments. State models are defined as collections of Spring beans, and do not use proprietary modeling languages. The framework is simple and flexible.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
A C++ framework that implements generalised finitestate machines.
The State Controller Library is a generic platform-independent C++ framework that allows finitestate machines and multi-action planning generalisations thereof to be realised. The structure and implementation of this library focuses on the application of finitestate machines to real-time control loops, but can be reasonably adapted for virtually any other application, even completely unrelated to control systems.
This is a set of regular grammar inference libraries. It contains tools to visualise the resulting grammar as a finitestate machine and to actively contribute to the inference process.
The repository has now moved to https://github.com/kirilluk/statechum
A Java WEB application framework featuring: Flows (ie. components designed as finitestate-machines usable as subflows, modal dialogs and components), a rendering engine able to refresh only changed parts of a web page via Ajax, and much much more ...
This project has been moved to the Tungsten project, which contains a number of Tungsten technologies together. Please visit at http://sourceforge.net/projects/tungsten. This project will not be further maintained.
Firebolt Network library (fnl) is a high level framework for network protocol implementations. You can implement your finitestate machine oriented network protocol without messing with sockets. Define your states,events,transitions and you're ready.
A platform independent and ANSI-C compliant framework simplifying the implementation of event driven designs on embedded systems. Unlike other similar frameworks StrawLib uses the simpler metaphor of flow graphs rather than that of finitestate machines.