All Projects → keyvanakbary → memo

keyvanakbary / memo

Licence: other
A CQRS and Event Sourcing blogging playground to explore Axon Framework

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to memo

order-demo
Axon demo - `Order Management` Information System - A part of the systems landscape https://github.com/fraktalio/courier-demo, https://github.com/fraktalio/restaurant-demo, https://github.com/fraktalio/order-demo
Stars: ✭ 72 (+414.29%)
Mutual labels:  cqrs, event-sourcing, axon-framework
flighthub
Flight ticket booking system implemented with CQRS and ES.
Stars: ✭ 26 (+85.71%)
Mutual labels:  cqrs, event-sourcing
implementing-cqrs-in-elixir
An introduction to implementing Command Query Responsibility Segregation (CQRS) in Elixir applications.
Stars: ✭ 17 (+21.43%)
Mutual labels:  cqrs, event-sourcing
payments-DDD-ES-tutorial
This is tutorial project to learn how to connect Symfony4 and docker compose with Domain Driven Design and Event Sourcing
Stars: ✭ 23 (+64.29%)
Mutual labels:  cqrs, event-sourcing
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+628.57%)
Mutual labels:  cqrs, event-sourcing
commander
Build event-driven and event streaming applications with ease
Stars: ✭ 60 (+328.57%)
Mutual labels:  cqrs, event-sourcing
dudulina
CQRS + Event Sourcing library for PHP
Stars: ✭ 53 (+278.57%)
Mutual labels:  cqrs, event-sourcing
fmodel-ts
Functional Domain Modeling with Typescript
Stars: ✭ 41 (+192.86%)
Mutual labels:  cqrs, event-sourcing
cqrs-event-sourcing-example
Example of a list-making Web API using CQRS, Event Sourcing and DDD.
Stars: ✭ 28 (+100%)
Mutual labels:  cqrs, event-sourcing
eav-bundle
A Symfony bundle for basic EAV management
Stars: ✭ 19 (+35.71%)
Mutual labels:  cqrs, event-sourcing
MediatrTutorial
CQRS implementation in ASP.NET Core using MediatR in .NET 5
Stars: ✭ 88 (+528.57%)
Mutual labels:  cqrs, event-sourcing
micro
Functional prooph for microservices
Stars: ✭ 53 (+278.57%)
Mutual labels:  cqrs, event-sourcing
VehicleTracker
Vehicle Tracker with Microservice example
Stars: ✭ 70 (+400%)
Mutual labels:  cqrs, event-sourcing
incubator-eventmesh
EventMesh is a dynamic event-driven application runtime used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks.
Stars: ✭ 939 (+6607.14%)
Mutual labels:  cqrs, event-sourcing
stem
Event sourcing framework based on ZIO and pluggable runtime (currently working with Akka cluster)
Stars: ✭ 22 (+57.14%)
Mutual labels:  cqrs, event-sourcing
food-ordering-demo
Demo application focusing on the Food Ordering domain - Used in our video series
Stars: ✭ 28 (+100%)
Mutual labels:  cqrs, event-sourcing
ftgogo
FTGOGO - event-driven architecture demonstration application using edat
Stars: ✭ 82 (+485.71%)
Mutual labels:  cqrs, event-sourcing
firebase-event-sourcing
Event Sourcing + CQRS + DDD for Firebase
Stars: ✭ 14 (+0%)
Mutual labels:  cqrs, event-sourcing
axon-multi
Playground application demonstrating DDD, EDA, CQRS with Axon
Stars: ✭ 23 (+64.29%)
Mutual labels:  cqrs, axon-framework
event-machine-skeleton
Dockerized skeleton for prooph software Event Machine
Stars: ✭ 34 (+142.86%)
Mutual labels:  cqrs, event-sourcing

Memo

A blogging platform built upon CQRS and Event Sourcing.

Basically a playground to explore and play with Axon Framework.

The code is divided in 4 modules:

  • Core: Where the write model lives, it will eventually host the business logic for the blogging platform.
  • Core API: Where the events and commands necessary to communicate with the domain live.
  • Query: Where the read model lives.
  • Web: A simple web app that pulls all together and exposes it to the world.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].