Bookmarks tagged with #event-sourcing.
Show all
Show all
CQRS and Event Sourcing for dummies | Codurance
Saved
on: 2020-08-27
Posts by categories | Philippe Bourgau’s Blog
How to fix bad agile by starting neutral discussions about baby-steps programming. Baby steps are a sustainable and productive approach to writing code. Here is a step-by-step workshop to guide a team to drawing a Quality View.
Saved
on: 2019-10-31
Mistaeks I Hav Made: Mistakes we made adopting event sourcing (and how we r
The app maintained a relational model of the current state of its entities alongside the event history. That in itself wouldn’t be a bad thing, if it had been implemented as a “projection” of the events.
Saved
on: 2019-08-28
Start a new project with an Event Sourcing Architecture | Keith Mifsud
I firmly believe that most, if not all, real-life process-driven applications can greatly benefit from Event Sourcing. If a system needs to know what happened in the past, then Event Sourcing is a good architecture fit.
Tags:
#event-sourcing
Saved
on: 2019-08-09
CQRS and Event Sourcing Intro For Developers - Software House ASC
Saved
on: 2019-05-22
★ Laravel event projector v2 has been released - Freek Van der Herten's blo
Laravel event projector is a package that aims to be the entry point for event sourcing in Laravel. It can help you setting up aggregates, projectors and reactors. Earlier today our team released v2. This version streamlines the projectors and reactors from v1 and adds support for aggregates.
Tags:
#event-sourcing
Saved
on: 2019-04-09
Datomic: Event Sourcing without the hassle
When I got started using the Datomic database, I remember someone describing it to me as 'Event Sourcing without the hassle'.
Tags:
#event-sourcing
Saved
on: 2018-11-13
What they don’t tell you about event sourcing – Hugo Rocha – Medium
Event sourcing and CQRS gained a lot of popularity recently. The advantages are obvious and they share a very peculiar symbiosis with the current tech state of the art, making them very relevant.
Saved
on: 2018-08-22
Event Sourcing made Simple – Kickstarter Engineering
tl;dr: Event Sourcing is to data what Git is to code. We’ve implemented a minimal event sourcing framework at Kickstarter to power d.rip. It’s simple and it has made our life so much better! Read on! Most software developers use a tool to keep track of code history.
Tags:
#event-sourcing
Saved
on: 2018-05-14