Files
event-demo/README.md
2026-08-06 19:42:32 +02:00

607 B

Event Demo

What's the demo for ?

This demo is intended to demonstrate the implementation of different patterns and architectures.

  • The Event sourcing pattern.
  • The Event driver pattern.
  • The CQRS pattern.
  • With the Hexagonal architecture.

The stack

Language

  • Kotlin

Framework

  • Ktor
    • with Koin for Dependency Injection

Database

  • Postgresql
    • with Flyway
  • RabbitMQ

Infra

  • Docker
  • Træfik