j5ik2o / cqrs-es-example-java

An example of CQRS/Event Sourcing and GraphQL implemented in Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cqrs-es-example-java

CI Renovate License License tokei

Overview

Status: In Implementation

This is an example of CQRS/Event Sourcing and GraphQL implemented in Java.

This project uses j5ik2o/event-store-adapter-java for Event Sourcing.

Please refer to here for implementation examples in other languages.

日本語

Feature

  • Write API Server(GraphQL)
  • Read API Server(GraphQL)
  • Read Model Updater on Local
  • Docker Compose Support
  • Read Model Updater on AWS Lambda
  • Deployment to AWS

Overview

Component Composition

  • Write API Server
  • Read Model Updater
    • Lambda to build read models based on journals
    • Locally, run code that emulates Lambda behavior (local-rmu)
  • Read API Server
    • API is implemented by GraphQL (Query)

System Architecture Diagram

Development Environment

Local Environment

Links

About

An example of CQRS/Event Sourcing and GraphQL implemented in Java.

License:Apache License 2.0


Languages

Language:Java 82.0%Language:Shell 12.1%Language:Makefile 5.2%Language:Dockerfile 0.8%