#dynamicconsistencyboundary — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dynamicconsistencyboundary, aggregated by home.social.
-
We need reference material for #EventSourcing and #DynamicConsistencyBoundary that doesn't use a database. Databases are overkill for ES solutions as the functionality you need out of a Db for any projection (CH or RM) is very focused in scope and hence easily implemented from the ground up for locking and indexing. The future doesn't look good for RDBMS in ES solutions.
-
I talked to Shawn Mc Cool about #EventSourcing and #DynamicConsistencyBoundary – still need to work on my free english talking skills and on some elevator pitch.. https://youtu.be/pArQHH-IoD8?si=RKLPc4hgNXVLfoQD&t=1h28m33s
-
I tried to implement the #DynamicConsistencyBoundary example described by Sara Pellegrini with #PHP and it is quite promising:
https://github.com/bwaidelich/dcb-example
#DDD #EventSourcing #DCB