pathwar icon indicating copy to clipboard operation
pathwar copied to clipboard

Make foundations for event-sourcing / activities

Open moul opened this issue 6 years ago • 4 comments

Inspiration:

  • https://github.com/z0mbie42/goes
  • https://stackoverflow.com/questions/7065045/using-an-rdbms-as-event-sourcing-storage
  • http://scottlobdell.me/2017/01/practical-implementation-event-sourcing-mysql/

Questions:

  • pros / cons ?
  • how?

moul avatar Dec 20 '18 10:12 moul

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

moul avatar May 22 '19 14:05 moul

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

moul avatar Aug 22 '19 12:08 moul

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 avatar Sep 17 '19 16:09 moul

➤ Manfred Touron commented:

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

moul-bot avatar Oct 01 '19 22:10 moul-bot