From 878745cac2d1cea0bc394a35a7cca9221b016cd7 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Fri, 14 Jun 2019 19:55:38 -0700 Subject: [PATCH] Add distributed system books --- README.md | 4 ++++ resources/topic-graph.mmd | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 951040d..42de47f 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,10 @@ At the moment this is not useful for anyone but myself, if at some point I find * [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓 * [Why you should build your own NoSQL database](https://medium.com/@marceloboeira/why-you-should-build-your-own-nosql-database-9bbba42039f5) ✍🏼 📰 🆓 * Distributed Systems + * [Distributed Systems, 2nd Edition](https://learning.oreilly.com/library/view/distributed-systems-2nd/9781466552975/) 📕 💰 + * [Distributed Systems Observability](https://learning.oreilly.com/library/view/distributed-systems-observability/9781492033431/) 📕 💰 + * [Designing Distributed Systems](https://learning.oreilly.com/library/view/designing-distributed-systems/9781491983638/) 📕 💰 + * [Distributed Denial of Service (DDoS)](https://learning.oreilly.com/library/view/distributed-denial-of/9781492026181/) 📕 💰 * Event Sourcing / CQRS * [Go Back to the Future with Event Sourcing and CQRS](https://www.youtube.com/watch?v=iGt0DBOWDTs) 📼 🆓 * [Event Sourcing You are doing it wrong - David Schmitz](https://www.youtube.com/watch?v=GzrZworHpIk) 📼 🆓 diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index c57fd83..a0365c8 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -43,7 +43,7 @@ graph TD DSi --> CQRS[CQRS - Command Query Responsibility Segregation] DSi --> STM[Streaming] - STM --> Kakfa + STM --> Kafka STM --> Kinesis STM --> NATS