Skip to main content

Examples

All example/demo application are publicly available on Github. They are all modeling the same imaginary restaurant and order management information system by using different technology stacks to demonstrate flexibility of the Fmodel libraries.

The domain model is explicitly modeling events and state, and this is enabling you to:

  • compose the event-sourced system
  • compose the state-stored system

event-sourced vs state-stored

The source code snippets in this reference guide are taken from these applications.

Spring

Ktor

more to come...