A library to help create small application modules that are dependency and test friendly.
It is the base for modules as micro-services. There are two concepts: The chains and the actions.
The chains act like a state machine representation of the class, holding a context, which actions...
More information
This (opiniated) domain driven design / microservices focussed command library makes it easy to match commands with one or more services. You can route all commands for a specific root to one or more processors, and add specific configurations for specific commands. Includes deseralization into...
More information
Builds on top of the command framework to enable the concepts of reproducability of a command and, in extension, remotability. With the addition of json serialization this allows the transformation of all commands to json and back to instance.
This (opiniated) domain driven design / microservices focussed command library makes it easy to match commands with one or more services. You can route all commands for a specific root to one or more processors, and add specific configurations for specific commands. Includes deseralization into...
More information
Defines primers and derivables that creates a concrete command-based context invocation framework.
Includes module composition that integrates contexts with event-publishing and consuming, as well as the transformation to commands and the orchestration of those.
This framework is developed with...
More information
This (opiniated) domain driven design / microservices focussed command library makes it easy to match commands with one or more services. You can route all commands for a specific root to one or more processors, and add specific configurations for specific commands. Includes deseralization into...
More information