pathwar / pathwar

☠️ The Pathwar Project ☠️
https://www.pathwar.land
Other
100 stars 23 forks source link

Make foundations for event-sourcing / activities #7

Open moul opened 5 years ago

moul commented 5 years ago

Inspiration:


Questions:

moul commented 5 years ago

Additionally we can use a pubsub broker Example: https://github.com/IAmMorrow/grpc-pubsub-broker See #8

moul commented 4 years ago

Interesting article: https://medium.com/@shijuvar/building-microservices-with-event-sourcing-cqrs-in-go-using-grpc-nats-streaming-and-cockroachdb-983f650452aa

moul commented 4 years ago

First version will be simple -> only log write (append events in db)

This way we will already be able to have a "user activity" view per user, and will defer the rest of the event-sourcing/CQRS implementation for later

the most important part of event-sourcing is actually to log the events, so let's start right now! :)

moul-bot commented 4 years ago

➤ Manfred Touron commented:

Dummy means -> log activities , will see for the rest later