Add redis/elasticache/cluster/sentinel links

This commit is contained in:
Marcelo Boeira
2022-01-21 17:17:56 +01:00
parent eb2d6d4956
commit 3565202c8e
3 changed files with 20 additions and 2 deletions

View File

@@ -272,13 +272,27 @@ For instance, take into account the snaptshot above. If you already know how to
* [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓 * [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) ✍🏼 📰 🆓 * [Why you should build your own NoSQL database](https://medium.com/@marceloboeira/why-you-should-build-your-own-nosql-database-9bbba42039f5) ✍🏼 📰 🆓
* Redis * Redis
* [Redis Cookbook](https://learning.oreilly.com/library/view/redis-4x-cookbook/9781783988167/) 📕 💰 * Introduction
* [Redis Streams](https://www.youtube.com/watch?v=qXEyuUxQXZM) 📼 🆓 * [What is Redis? - Jamil Spain](https://www.youtube.com/watch?v=muqiHwa8UvQ) 📼 🆓
* [Redis Cookbook](https://learning.oreilly.com/library/view/redis-4x-cookbook/9781783988167/) 📕 💰
* Usecases
* [AWS re:Invent 2020: Beyond caching: Advanced design patterns in Redis](https://www.youtube.com/watch?v=2WkJeofqIJg)
* [Airbnb - Migrating to ElastiCache](https://www.youtube.com/watch?v=eyd_8efUCwM) 📼 🆓
* Internals
* Streams
* [Redis Streams](https://www.youtube.com/watch?v=qXEyuUxQXZM) 📼 🆓
* Sentinel
* [](https://www.youtube.com/watch?v=85HzpIk7Mq8)
* Cluster
* [Building for high availability and extreme performance with Redis cluster, AWS - Madelyn Olson](https://www.youtube.com/watch?v=LLxWu27qQTI) ⭐️ 📼 🆓
* Monitoring * Monitoring
* [Datadog - How to Monitor Redis Performance Metrics - Part 1](https://www.datadoghq.com/blog/how-to-monitor-redis-performance-metrics/) 📰 🆓 * [Datadog - How to Monitor Redis Performance Metrics - Part 1](https://www.datadoghq.com/blog/how-to-monitor-redis-performance-metrics/) 📰 🆓
* [Datadog - How to Monitor Redis Performance Metrics - Part 2](https://www.datadoghq.com/blog/how-to-collect-redis-metrics/) 📰 🆓 * [Datadog - How to Monitor Redis Performance Metrics - Part 2](https://www.datadoghq.com/blog/how-to-collect-redis-metrics/) 📰 🆓
* [Datadog - How to Monitor Redis Performance Metrics - Part 3](https://www.datadoghq.com/blog/how-to-monitor-redis-performance-metrics/) 📰 🆓 * [Datadog - How to Monitor Redis Performance Metrics - Part 3](https://www.datadoghq.com/blog/how-to-monitor-redis-performance-metrics/) 📰 🆓
* [What Happens When Redis Runs Out of Memory?](https://www.youtube.com/watch?v=W8IEzoxRMz4) 📼 🆓 * [What Happens When Redis Runs Out of Memory?](https://www.youtube.com/watch?v=W8IEzoxRMz4) 📼 🆓
* Hosted
* ElastiCache
* [AWS re:Invent 2020: Design for success with Amazon ElastiCache best practices](https://www.youtube.com/watch?v=_4SkEy6r-C4) 📼 🆓
* Cassandra * Cassandra
* [Cassandra: Introduction by DATASAX](https://www.youtube.com/watch?v=B_HTdrTgGNs) 📼 🆓 * [Cassandra: Introduction by DATASAX](https://www.youtube.com/watch?v=B_HTdrTgGNs) 📼 🆓
* [Cassandra at Instagram 2016](https://www.slideshare.net/DataStax/cassandra-at-instagram-2016) 📰 🆓 * [Cassandra at Instagram 2016](https://www.slideshare.net/DataStax/cassandra-at-instagram-2016) 📰 🆓

View File

@@ -58,6 +58,10 @@ graph TD
DB --> NoSQL[NoSQL] DB --> NoSQL[NoSQL]
NoSQL --> KV[KeyValue] NoSQL --> KV[KeyValue]
KV --> Rd[Redis] KV --> Rd[Redis]
Rd --> RdSn[Sentinel]
Rd --> RdCls[Cluster]
Rd --> RdSh[Sharding]
Rd --> RdEC[ElastiCache]
NoSQL --> DoS[DocumentStore] NoSQL --> DoS[DocumentStore]
DoS --> Mng[Mongo] DoS --> Mng[Mongo]
DoS --> ES[ElasticSearch] DoS --> ES[ElasticSearch]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

After

Width:  |  Height:  |  Size: 291 KiB