Skip to content

Commit

Permalink
Ktor demo application (event-sourced) added to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
idugalic committed Jun 4, 2023
1 parent d7881da commit 3e082bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/application/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ The domain model is explicitly modeling `events` and `state`, and this is enabli

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

## Spring

- `event-sourced`: [https://github.com/fraktalio/fmodel-spring-demo](https://github.com/fraktalio/fmodel-spring-demo) / #EventSourcing, #SpringBoot, #Reactor, #RSocket, #R2DBC, #SQL, #Testcontainers
- `state-stored`: [https://github.com/fraktalio/fmodel-spring-state-stored-demo](https://github.com/fraktalio/fmodel-spring-state-stored-demo) / #SpringBoot, #Reactor, #RSocket, #R2DBC, #SQL, #Testcontainers

## Ktor
- `event-sourced`: [https://github.com/fraktalio/fmodel-ktor-demo](https://github.com/fraktalio/fmodel-ktor-demo) / #EventSourcing, #Ktor, #R2DBC, #SQL
- `state-stored`: TODO

more to come...

0 comments on commit 3e082bf

Please sign in to comment.