-
Hi guys,
Have you thought about doing some SEO-friendly blog posts to make your in-progress work more visible?
My recent Google searches for 'python cqrs' and 'python event sourcing' never hinte…
-
- [ ] snapshot of projection(s) at event X for quicker iteration/replay
- [x] replay until a certain event
- [ ] "Watches": check when the above expressions change
- [ ] ?? breakpoints / step throu…
-
https://github.com/dotnet/orleans/blob/77c5eba05f87d602e248b4ab174301b584d32e6b/src/Orleans.EventSourcing/Common/PrimaryBasedLogViewAdaptor.cs#L654-L688
in UpdatePrimary() method (PrimaryBasedLog…
-
## Contexte général du sujet
Je m'intéresse de plus en plus à ces deux idées. Si certain(e)s d'entre vous veulent en parler, ce serait un plaisir d'avoir des retours !
- https://martinfowler.com…
-
http://edisonxu.com/2017/04/24/axon-spring-cloud.html
上一篇里,我们在利用Axon3的DistributeCommand的JGroup支持,和DistributedEvent对AMQP的支持,实现了分布式环境下的CQRS和EventSourcing。在这一篇中,我们将把Axon3与当下比较火热的微服务框架——SpringCloud进行整合,并…
-
`cruds`模块是FastAPI官方文档提供的编程范式,带有比较强的过程式的特征。这样写的优点是比较简单易读,缺点是不容易在框架层面和架构设计层面规范设计。
这个模块和领域驱动设计的[仓储(Repository)](https://juejin.cn/post/7006595886646034463)功能一致,因此我们可以把这个模块升级为仓储模块,从而更好地和我们的架构设计方法保持一致。同…
-
The plan here is from the docs. Problem is that we're eagerly evaluating state at every point which is not particularly efficient (TBD, however). This also helps us solve this in a clean way: https://…
-
https://medium.com/@no1.melman10/my-current-architecture-759de1b38550
-
https://www.youtube.com/watch?v=wNrH5dK1m0I&utm_source=ActiveCampaign&utm_medium=email&utm_content=%E2%9A%A1%EF%B8%8F+Konkretne+kroki+i+pomys%C5%82y+jak+do+CRUD+dorzuci%C4%87+Event+Sourcing&utm_campai…
-
Reading some code in my head I always read Daikon\EventSourcing\EventStore\Stream\Sequence as SequenceNumber - especially in places with $from and $to or $headRev or similar.
Dunno what naming is mor…