From 44e43da7ba535a69b17e3ac1d2ac81af9c5bbb12 Mon Sep 17 00:00:00 2001 From: Amir Arsalan Date: Sun, 4 Feb 2018 20:08:52 +0330 Subject: [PATCH] :tada: CQRS architecture :tada: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1a7efb..5421fcc 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Scaling Event-Sourcing at Jet.com](https://medium.com/@eulerfx/scaling-event-sourcing-at-jet-9c873cac33b8) * [Command & Query Responsibility Segregation (CQRS)](https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs) * [Building Scalable Applications Using Event Sourcing and CQRS with Kafka](https://initiate.andela.com/event-sourcing-and-cqrs-a-look-at-kafka-e0c1b90d17d8) + * [CQRS Simple architecture](https://www.future-processing.pl/blog/cqrs-simple-architecture/) * [Distributed Machine Learning](https://arxiv.org/pdf/1512.09295.pdf) * [Scalable Deep Learning Platform On Spark In Baidu](https://www.slideshare.net/JenAman/scalable-deep-learning-platform-on-spark-in-baidu) * [Horovod: Uber’s Open Source Distributed Deep Learning Framework for TensorFlow](https://eng.uber.com/horovod/)