Last active
January 23, 2018 13:11
-
-
Save MattKetmo/d9d5447902ab70b8a695c71685d8ac96 to your computer and use it in GitHub Desktop.
cqrs posts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"title": "Exposing CQRS Through a RESTful API", | |
"url": "http://www.infoq.com/articles/rest-api-on-cqrs" | |
}, | |
{ | |
"title": "REST API Design - Resource Modeling", | |
"url": "http://www.thoughtworks.com/insights/blog/rest-api-design-resource-modeling" | |
}, | |
{ | |
"title": "Replaying event streams with Broadway", | |
"url": "http://labs.qandidate.com/blog/2015/07/08/replaying-event-streams-with-broadway/" | |
}, | |
{ | |
"title": "CQRS and Event Sourcing for dummies", | |
"url": "http://codurance.com/2015/07/18/cqrs-and-event-sourcing-for-dummies/" | |
}, | |
{ | |
"title": "Meeting the Broadway team - talking DDD, CQRS and event sourcing", | |
"url": "http://php-and-symfony.matthiasnoback.nl/2015/07/meeting-the-broadway-team/" | |
}, | |
{ | |
"title": "Saga vs Batch Processing (Spring Batch introduction)", | |
"url": "http://pkaczor.blogspot.fr/2012/02/saga-vs-batch-processing-spring-batch.html" | |
}, | |
{ | |
"title": "How to Upgrade CQRS Events Without Busting Your Event Stream", | |
"url": "http://danielwhittaker.me/2015/02/02/upgrade-cqrs-events-without-busting/" | |
}, | |
{ | |
"title": "A propos de black/ddd-php : Nouvelle version et mise en garde", | |
"url": "https://medium.com/@pockystar/a-propos-de-black-ddd-php-nouvelle-version-et-mise-en-garde-a2104325921a" | |
}, | |
{ | |
"title": "Moving on from MVC: CQRS", | |
"url": "http://www.grok-interactive.com/blog/command-query-responsibility-segregation/" | |
}, | |
{ | |
"title": "Decouple from Frameworks — Loïc Faugeron — Technical Blog", | |
"url": "http://gnugat.github.io/2015/09/30/decouple-from-frameworks.html" | |
}, | |
{ | |
"title": "Command Query Separation when Queries should have side-effects by Mark Seemann", | |
"url": "http://blog.ploeh.dk/2015/10/08/command-query-separation-when-queries-should-have-side-effects/" | |
}, | |
{ | |
"title": "How to use event storming to achieve domain-driven design", | |
"url": "http://techbeacon.com/introduction-event-storming-easy-way-achieve-domain-driven-design" | |
}, | |
{ | |
"title": "Event Storming : Ouarzy's Blog", | |
"url": "http://ouarzy.azurewebsites.net/?p=1251" | |
}, | |
{ | |
"title": "ReST vs CQRS: The Trigger Pattern", | |
"url": "http://hawkins6423.github.io/" | |
}, | |
{ | |
"title": "CQRS: Sagas with Event Sourcing (Part I of II)", | |
"url": "http://blog.jonathanoliver.com/cqrs-sagas-with-event-sourcing-part-i-of-ii/" | |
}, | |
{ | |
"title": "CQRS: Sagas with Event Sourcing (Part II of II)", | |
"url": "http://blog.jonathanoliver.com/cqrs-sagas-with-event-sourcing-part-ii-of-ii/" | |
}, | |
{ | |
"title": "Rough Notes about CQRS and ES", | |
"url": "https://gist.github.com/jaceklaskowski/d267bf4176822293e95e" | |
}, | |
{ | |
"title": "Achieving Consistency in CQRS with Linear Event Store", | |
"url": "http://blog.oasisdigital.com/2015/cqrs-linear-event-store/" | |
}, | |
{ | |
"title": "", | |
"url": "http://codebetter.com/gregyoung/2010/08/12/eventual-consistency-and-set-validation/" | |
}, | |
{ | |
"title": "Getting Rid of CQRS View Rebuilds", | |
"url": "https://abdullin.com/post/getting-rid-of-cqrs-view-rebuilds/" | |
}, | |
{ | |
"title": "Event Sourcing - Projections", | |
"url": "https://abdullin.com/post/event-sourcing-projections/" | |
}, | |
{ | |
"title": "Towards CQRS, Command Bus — Loïc Faugeron — Technical Blog", | |
"url": "https://gnugat.github.io/2016/05/11/towards-cqrs-command-bus.html" | |
}, | |
{ | |
"title": "What the Flux? (On Flux, DDD, and CQRS)", | |
"url": "http://jaysoo.ca/2015/02/06/what-the-flux/" | |
}, | |
{ | |
"title": "Towards CQRS, Search Engine — Loïc Faugeron — Technical Blog", | |
"url": "https://gnugat.github.io/2016/05/18/towards-cqrs-search-engine.html" | |
}, | |
{ | |
"title": "Using Events to Leverage Legacy System Investments", | |
"url": "http://adaptechsolutions.ca/using-events-to-leverage-legacy-system-investments/" | |
}, | |
{ | |
"title": "How To Validate Commands in a CQRS Application", | |
"url": "http://danielwhittaker.me/2016/04/20/how-to-validate-commands-in-a-cqrs-application/" | |
}, | |
{ | |
"title": "Handling Concurrency Conflicts in a CQRS and Event Sourced system", | |
"url": "http://danielwhittaker.me/2014/09/29/handling-concurrency-issues-cqrs-event-sourced-system/" | |
}, | |
{ | |
"title": "CQRS and REST: the perfect match", | |
"url": "https://lostechies.com/jimmybogard/2016/06/01/cqrs-and-rest-the-perfect-match/" | |
}, | |
{ | |
"title": "The Hardest Part About Microservices: Your Data", | |
"url": "http://blog.christianposta.com/microservices/the-hardest-part-about-microservices-data/" | |
}, | |
{ | |
"title": "On Aggregates and Domain Service interaction", | |
"url": "https://ocramius.github.io/blog/on-aggregates-and-external-context-interactions/" | |
}, | |
{ | |
"title": "What do you mean by “Event-Driven”?", | |
"url": "https://martinfowler.com/articles/201701-event-driven.html" | |
}, | |
{ | |
"title": "The Hardest Part About Microservices: Your Data", | |
"url": "http://blog.christianposta.com/microservices/the-hardest-part-about-microservices-data/" | |
}, | |
{ | |
"title": "Read Versioning in an Event Sourced System", | |
"url": "https://leanpub.com/esversioning/read#leanpub-auto-whoops-i-did-it-again" | |
}, | |
{ | |
"title": "CQRS, l’architecture aux deux visages (partie 1)", | |
"url": "http://blog.octo.com/cqrs-larchitecture-aux-deux-visages-partie-1/" | |
}, | |
{ | |
"title": "CQRS, l’architecture aux deux visages (partie 2)", | |
"url": "http://blog.octo.com/cqrs-larchitecture-aux-deux-visages-partie2/" | |
}, | |
{ | |
"title": "Build Services on a Backbone of Events", | |
"url": "https://www.confluent.io/blog/build-services-backbone-events/" | |
}, | |
{ | |
"title": "Doing CQRS + Event Sourcing without building a spaceship", | |
"url": "https://medium.com/@marinithiago/doing-event-sourcing-without-building-a-spaceship-6dc3e7eac000" | |
}, | |
{ | |
"title": "Event-Driven Architecture", | |
"url": "https://herbertograca.com/2017/10/05/event-driven-architecture/amp/" | |
}, | |
{ | |
"title": "Choosing an architecture", | |
"url": "https://blog.trustbk.com/choosing-an-architecture-85750e1e5a03" | |
}, | |
{ | |
"title": "Concurrent commands in event sourcing", | |
"url": "https://www.michielrook.nl/2016/09/concurrent-commands-event-sourcing/" | |
}, | |
{ | |
"title": "Scaling Event-Sourcing at Jet", | |
"url": "https://medium.com/@eulerfx/scaling-event-sourcing-at-jet-9c873cac33b8" | |
}, | |
{ | |
"title": "Upcasters or a versioned event store: pros and cons", | |
"url": "https://www.michielrook.nl/2017/11/upcasters-versioned-event-store-pros-cons/" | |
}, | |
{ | |
"title": "Events As First-Class Citizens", | |
"url": "https://medium.com/@shoup.randy/events-as-first-class-citizens-8633e8479493" | |
}, | |
{ | |
"title": "Tackling Complexity in CQRS", | |
"url": "http://vladikk.com/2017/03/20/tackling-complexity-in-cqrs/" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment