diff --git a/README.md b/README.md index ce49bf1..bae09d7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Event Demo ========== - [Installation](./doc/installation.md) - [What's the demo for ?](#whats-the-demo-for-) -- [What's in this demo](#whats-in-this-demo) - [The stack](#the-stack) - [Architecture](./doc/architecture.md) @@ -18,31 +17,6 @@ of different patterns and architectures. - The CQRS pattern. - With the Hexagonal architecture. - -What's in this demo -------------------- - -- The **event sourcing** pattern. -- The **event driven** pattern. -- The **CQRS** pattern with **command** and **query**. -- A fully **asynchronous** architecture.Concurently process. -- A **pure Kotlin** implementation of **readmodel**/**projection**. -- A **Redis** implementation of **readmodel**/**projection**. -- A **pure Kotlin** implementation of **Event Store**. -- A **Postgresql** implementation of **Event Store**. -- A **pure Kotlin** implementation of **Event Bus**. -- A **RabbitMQ** implementation of **Event Bus**. -- A **Hexagonal** architecture. -- Use of **Web Sockets**. -- Use of the classic **Rest** route. -- Simple usage of the **JWT**. -- The **Ktor** framework. -- The **Koin** Dependency Injection framework -- Concurrently process. -- Use of coroutines. -- Using **docker compose** for the stack with **traefik**. -- Use of **flyway** to migrate the postgresql schema. - The stack --------- @@ -51,6 +25,7 @@ Language Framework - Ktor + - with Koin for Dependency Injection Database - Postgresql