diff --git a/README.md b/README.md index 7c522b4..a6113d5 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,9 @@ For instance, take into account the snaptshot above. If you already know how to * RDS * Aurora * [Amazon Aurora Multi-Master: Scaling out database write performance (MySQL)](https://www.youtube.com/watch?v=p0C0jakzYuc) 📼 🆓 + * Ledger + * [What is a Ledger?](https://www.youtube.com/watch?v=BiEbMJ86dGQ) 📼 🆓 + * [Amazon QLDB: An engineer's deep dive on why this is a game changer](https://www.youtube.com/watch?v=ZfYDl4kaVCo) 📼 🆓 * Distributed Systems * Theory * [Fallacies of Distributed Computing](https://en.wikipedia.org/wiki/Fallacies_of_distributed_computing) 📰 🆓 diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index 51ce73f..d2ca078 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -42,6 +42,7 @@ graph TD NoSQL --> DoS[DocumentStore] DoS --> Mng[Mongo] DoS --> ES[ElasticSearch] + SW --> LD[Ledgers] SW --> DSi[Distributed Systems] DSi --> EvS[Event Sourcing] diff --git a/resources/topic-graph.png b/resources/topic-graph.png index 817ea8f..7aed5ef 100644 Binary files a/resources/topic-graph.png and b/resources/topic-graph.png differ