home.social

#eventsourcing — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #eventsourcing, aggregated by home.social.

fetched live
  1. In this #InfoQ podcast, Johannes Schickling explains why he moved beyond the traditional three-tier web stack to a local-first architecture while building Overtone.

    Learn how client-side event sourcing with SQLite compares to CRDTs, and the trade-offs architects should consider.

    🎧 Listen now (transcript included) 👉 bit.ly/4pIHM6N

    #LocalFirst #SQLite #EventSourcing #SoftwareArchitecture

  2. In this podcast, Johannes Schickling explains why he moved beyond the traditional three-tier web stack to a local-first architecture while building Overtone.

    Learn how client-side event sourcing with SQLite compares to CRDTs, and the trade-offs architects should consider.

    🎧 Listen now (transcript included) 👉 bit.ly/4pIHM6N

  3. CQRS, async with retries and dead-lettering, event sourcing, projections, workflows. That feature list usually means a platform team.

    I built it as an e-commerce shop on Tempest + Ecotone. The entire messaging layer: about a dozen small classes of business logic. No worker command, no repository, no queue wiring.

    The Order aggregate IS the Tempest database model. One class, both frameworks.

    github.com/ecotoneframework/te

    #PHP #CQRS #EventSourcing

  4. CQRS, async with retries and dead-lettering, event sourcing, projections, workflows. That feature list usually means a platform team.

    I built it as an e-commerce shop on Tempest + Ecotone. The entire messaging layer: about a dozen small classes of business logic. No worker command, no repository, no queue wiring.

    The Order aggregate IS the Tempest database model. One class, both frameworks.

    github.com/ecotoneframework/te

    #PHP #CQRS #EventSourcing

  5. Requirements change, but your events are immutable and your history lives forever. So how do you evolve them without breaking anything?

    I just published the second and final part of my two-part series on event design: "Evolving Your Events Over Time." It walks through the whole toolbox of event evolution, from a free rename to rebuilding the whole store.

    Feel free to check it out!

    patchlevel.dev/blog/evolving-y

    #TechBlog #PHP #DDD #EventSourcing #EventDesign

  6. Requirements change, but your events are immutable and your history lives forever. So how do you evolve them without breaking anything?

    I just published the second and final part of my two-part series on event design: "Evolving Your Events Over Time." It walks through the whole toolbox of event evolution, from a free rename to rebuilding the whole store.

    Feel free to check it out!

    patchlevel.dev/blog/evolving-y

    #TechBlog #PHP #DDD #EventSourcing #EventDesign

  7. RE: floss.social/@monospace/116923

    We (should) do this for configuration, why not for the application data, too? #EventSourcing

  8. RE: floss.social/@monospace/116923

    We (should) do this for configuration, why not for the application data, too? #EventSourcing

  9. In part 13 of my event sourcing series, we take a look at how to undo bi-temporal events (why and how):

    planetgeek.ch/2026/07/14/event

    After this post, there will be a summer break.

    #EventSourcing #fsharp

  10. In part 13 of my event sourcing series, we take a look at how to undo bi-temporal events (why and how):

    planetgeek.ch/2026/07/14/event

    After this post, there will be a summer break.

    #EventSourcing #fsharp

  11. We just published *Cutting Your Events the Right Way*, the first part of a two-part series on event design.

    It takes the same customer data, models it as one big event and as several small ones, and works out when each cut is the right call.

    Read it here: patchlevel.dev/blog/cutting-yo

    #EventSourcing #DDD #PHP #SoftwareArchitecture #EventDriven #TechBlog

  12. We just published *Cutting Your Events the Right Way*, the first part of a two-part series on event design.

    It takes the same customer data, models it as one big event and as several small ones, and works out when each cut is the right call.

    Read it here: patchlevel.dev/blog/cutting-yo

    #EventSourcing #DDD #PHP #SoftwareArchitecture #EventDriven #TechBlog

  13. Back to bi-temporal events in part 12 of my event sourcing blog post series: planetgeek.ch/2026/07/07/event

    This time, we look at set-and-remove-based bi-temporal events - the second variant of bi-temporal events in our system. You'll see why they are needed, and what additional problems this kind of event brings to the table.

    #EventSourcing #dotnet #fsharp

  14. Back to bi-temporal events in part 12 of my event sourcing blog post series: planetgeek.ch/2026/07/07/event

    This time, we look at set-and-remove-based bi-temporal events - the second variant of bi-temporal events in our system. You'll see why they are needed, and what additional problems this kind of event brings to the table.

    #EventSourcing #dotnet #fsharp

  15. Version 3.20.0 of patchlevel/event-sourcing is out! You can now keep reading old messages whose header classes were removed, and the destructive CLI commands accept a `--force` flag so you can run them from scripts and pipelines.

    I wrote a blog post about the release, feel free to check it out!

    patchlevel.dev/blog/what-is-ne

    #TechBlog #PHP #DDD #EventSourcing

  16. We launched patchlevel.dev a couple of weeks ago! Our open source PHP event-sourcing ecosystem was scattered across
    separate MkDocs sites, a blog on our consultancy site, and GitHub READMEs.

    Now everything lives in one place: the event-sourcing library, the Symfony and Laravel integrations, and all supporting
    libraries side by side. Plus unified search across docs and blog, and docs that stay in sync with every release.

    Have a look: patchlevel.dev

    #PHP #EventSourcing #OpenSource

  17. We launched patchlevel.dev a couple of weeks ago! Our open source PHP event-sourcing ecosystem was scattered across
    separate MkDocs sites, a blog on our consultancy site, and GitHub READMEs.

    Now everything lives in one place: the event-sourcing library, the Symfony and Laravel integrations, and all supporting
    libraries side by side. Plus unified search across docs and blog, and docs that stay in sync with every release.

    Have a look: patchlevel.dev

    #PHP #EventSourcing #OpenSource

  18. This is coming up soon! Join me on Monday for my Ted Talk at OpenValue in Munich:
    meetup.com/openvaluemuenchen/e

    And you can check out my event-sourced travel app at jittertravel.com/calendar

    #EventSourcing

  19. This is coming up soon! Join me on Monday for my Ted Talk at OpenValue in Munich:
    meetup.com/openvaluemuenchen/e

    And you can check out my event-sourced travel app at jittertravel.com/calendar

    #EventSourcing

  20. My answer to a lot of questions I get about #EventSourcing seems to be “well, what do you do now?” And then I add, “with event-sourcing, it’s probably easier to fix/recover/adapt/etc.”

  21. My answer to a lot of questions I get about #EventSourcing seems to be “well, what do you do now?” And then I add, “with event-sourcing, it’s probably easier to fix/recover/adapt/etc.”

  22. In part 11 of my event sourcing series, I discuss consistency and why we don't use aggregates or dynamic consistency boundaries to solve it:

    planetgeek.ch/2026/06/23/event

    #EventSourcing #dotnet #fsharp

  23. In part 11 of my event sourcing series, I discuss consistency and why we don't use aggregates or dynamic consistency boundaries to solve it:

    planetgeek.ch/2026/06/23/event

    #EventSourcing #dotnet #fsharp

  24. A lot has happened since our last release post: eight minor releases for patchlevel/event-sourcing, from 3.12 to 3.19.

    Instant retry command bus, subscription cleanup, auto initialized aggregates, PHP 8.5 and Symfony 8 support and much more.

    Feel free to check it out!

    patchlevel.dev/blog/what-is-ne

    #TechBlog #PHP #DDD #EventSourcing

  25. Event sourcing is easy. Just store what happened to a thing as events, and when you need the thing's state, project the events. Unless it is not because there are misplaced or duplicated events in the event stream. In the tenth part of my event sourcing series, we'll look at why events can be misplaced and how to handle them.
    planetgeek.ch/2026/06/16/event

    #EventSourcing #dotnet #fsharp

  26. Event sourcing is easy. Just store what happened to a thing as events, and when you need the thing's state, project the events. Unless it is not because there are misplaced or duplicated events in the event stream. In the tenth part of my event sourcing series, we'll look at why events can be misplaced and how to handle them.
    planetgeek.ch/2026/06/16/event

    #EventSourcing #dotnet #fsharp

  27. Part nine in my event sourcing post series is about mixing bi-temporal and uni-temporal events in the same event stream. Why, how, and the trade-offs.

    planetgeek.ch/2026/06/09/event

    #EventSourcing #dotnet #fsharp

  28. Part nine in my event sourcing post series is about mixing bi-temporal and uni-temporal events in the same event stream. Why, how, and the trade-offs.

    planetgeek.ch/2026/06/09/event

    #EventSourcing #dotnet #fsharp

  29. If you're following my ongoing blog post series on event sourcing and have any questions, feel free to ask here or in the post comments.
    The question does not have to be about event sourcing. I'm especially happy to answer questions about the F# samples.

    planetgeek.ch/tag/event-sourci

    #EventSourcing #fsharp #dotnet

  30. If you're following my ongoing blog post series on event sourcing and have any questions, feel free to ask here or in the post comments.
    The question does not have to be about event sourcing. I'm especially happy to answer questions about the F# samples.

    planetgeek.ch/tag/event-sourci

    #EventSourcing #fsharp #dotnet

  31. Join me in Gembloux, Belgium on 9 June at the Belgian #Java User Group for my Ted Talk on #EventSourcing! Gonna squeeze a year of learnings into 45 minutes (we'll see how that goes).

    Details here: meetup.com/belgian-java-user-g

  32. Join me in Gembloux, Belgium on 9 June at the Belgian #Java User Group for my Ted Talk on #EventSourcing! Gonna squeeze a year of learnings into 45 minutes (we'll see how that goes).

    Details here: meetup.com/belgian-java-user-g

  33. In part eight of my event sourcing blog post series, it's time to look at bi-temporal event sourcing. At least we start with the very basics. Why we need it and how it works.
    planetgeek.ch/2026/06/02/event

    #EventSourcing #dotnet #fsharp

  34. In part eight of my event sourcing blog post series, it's time to look at bi-temporal event sourcing. At least we start with the very basics. Why we need it and how it works.
    planetgeek.ch/2026/06/02/event

    #EventSourcing #dotnet #fsharp

  35. Приручаем недетерминизм агентных систем

    Агентные системы ломаются не на сложных задачах и не на плохих моделях. Главная причина — недетерминизм LLM: температура, апдейты моделей, дрейф мира. Как отлаживать то, что не воспроизводится? Как перезапустить упавший пайплайн не с нуля? Как вообще понять поведение системы, если каждый запуск чуть-чуть другой? Event Sourcing — паттерн, где состояние не снапшот, а иммутабельный лог событий. Недетерминизм он не убирает, но даёт инструменты для работы с ним.

    habr.com/ru/articles/1039614/

    #agent #aiагенты #ai #eventdriven #eventsourcing

  36. Build your own or use an out-of-the-box event sourcing library. That's the question I tackle in part seven of my event sourcing series:
    planetgeek.ch/2026/05/26/event

    I'll look back at our architectural decisions when we started over 10 years ago and how we likely would decide in today's landscape.

    #EventSourcing #fsharp #dotnet

  37. Build your own or use an out-of-the-box event sourcing library. That's the question I tackle in part seven of my event sourcing series:
    planetgeek.ch/2026/05/26/event

    I'll look back at our architectural decisions when we started over 10 years ago and how we likely would decide in today's landscape.

    #EventSourcing #fsharp #dotnet

  38. Getting back into working on the online version of my TDD Game using #EventSourcing has been really enlightening. Especially that tests really need to follow the COMMAND generates EVENT, and set up the context with _only_ EVENTs.

  39. Getting back into working on the online version of my TDD Game using #EventSourcing has been really enlightening. Especially that tests really need to follow the COMMAND generates EVENT, and set up the context with _only_ EVENTs.

  40. In the sixth part of my blog post series on event sourcing, we'll take a look at event versioning and migration. I show 4 different approaches with their trade-offs. Today, a deep dive is included into zero downtime migration of event streams.

    planetgeek.ch/2026/05/19/event

    #EventSourcing #fsharp #dotnet

  41. In the sixth part of my blog post series on event sourcing, we'll take a look at event versioning and migration. I show 4 different approaches with their trade-offs. Today, a deep dive is included into zero downtime migration of event streams.

    planetgeek.ch/2026/05/19/event

    #EventSourcing #fsharp #dotnet

  42. Excited to see how we can use #AI to develop a #Java App with #EventSourcing / #EventModeling! Thankfully @adymitruk will help me out and explain some ground rules 😅
    Join us: youtube.com/live/9Tt33UZYA6M

  43. Excited to see how we can use #AI to develop a #Java App with #EventSourcing / #EventModeling! Thankfully @adymitruk will help me out and explain some ground rules 😅
    Join us: youtube.com/live/9Tt33UZYA6M

  44. I have been iterating on Event Sourcing and CQRS architectures for nearly a decade. When I first started with this pattern around 2016 and 2017, the implementation was considerably more complex. Over the years I have stripped it back again and again, and what I have arrived at now is something I'm genuinely happy with: a small, focused TypeScript library backed by DynamoDB that does exactly what it needs to and nothing more: coderbyheart.com/es-and-cqrs-o #eventsourcing #cqrs #aws

  45. I have been iterating on Event Sourcing and CQRS architectures for nearly a decade. When I first started with this pattern around 2016 and 2017, the implementation was considerably more complex. Over the years I have stripped it back again and again, and what I have arrived at now is something I'm genuinely happy with: a small, focused TypeScript library backed by DynamoDB that does exactly what it needs to and nothing more: coderbyheart.com/es-and-cqrs-o #eventsourcing #cqrs #aws

  46. It is _fascinating_ to go back over a year ago and watch a recording of myself struggling with concepts (#EventSourcing in this case) that now seem (mostly) second nature. Live coding (and retaining the recordings) has been one of the best things I have ever done. It’s also funny how I’ve rediscovered concepts (decisions generate events) that only now am I incorporating into my Ted Talks.

  47. RE: mastodon.social/@venkats/11656

    I’m not only presenting two talks (one is a game, guess what it is), but also thrilled to do a workshop on my current passion: #EventSourcing and #DomainDrivenDesign #Java