From 74af011790519fad8277a9f68c868f836edecc5b Mon Sep 17 00:00:00 2001 From: binh Date: Thu, 16 Aug 2018 22:28:36 +0800 Subject: [PATCH] Event Sourcing (2 parts) at eBay --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d45eb1c..6b7155a 100644 --- a/README.md +++ b/README.md @@ -430,6 +430,7 @@ An updated and curated list of selected readings to illustrate best practices in * [Event Sourcing and Stream Processing at Scale](https://martin.kleppmann.com/2016/01/29/event-sourcing-stream-processing-at-ddd-europe.html) * [Scaling Event Sourcing for Netflix Downloads](https://www.infoq.com/presentations/netflix-scale-event-sourcing) * [Scaling Event-Sourcing at Jet.com](https://medium.com/@eulerfx/scaling-event-sourcing-at-jet-9c873cac33b8) + * [Event Sourcing (2 parts) at eBay](https://www.ebayinc.com/stories/blogs/tech/event-sourcing-in-action-with-ebays-continuous-delivery-team/) * [Command & Query Responsibility Segregation (CQRS)](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs) * [Exploring CQRS and Event Sourcing - MSDN (with free ebook)](https://msdn.microsoft.com/en-us/library/jj554200.aspx) * [CQRS Simple Architecture](https://www.future-processing.pl/blog/cqrs-simple-architecture/)