Quotidien Shaarli

Tous les liens d'un jour sur une page.

November 2, 2023

A Crash Course in Redis - ByteByteGo Newsletter
thumbnail

Redis (Remote Dictionary Server) is an open-source (BSD licensed), in-memory database, often used as a cache, message broker, or streaming engine. It has rich support for data structures, including basic data structures like String, List, Set, Hash, SortedSet, and probabilistic data structures like Bloom Filter, and HyperLogLog.

Persistent Storage in Docker Swarm

Use NFS with Netshare to persist storage for your docker containers in docker swarm mode with Netshare NFS

Setup Highly Available applications with Docker Swarm and Gluster | by Mayank Kapoor | Running a Software Factory | Medium

A good design pattern for highly available applications is to deploy the application as a container on a Docker Swarm cluster with persistent storage provided by GlusterFS. GlusterFS is a fast shared…