From 83c2216b0249349501ce79186988cbec22be14ef Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sat, 11 Feb 2023 01:25:13 -0800 Subject: [PATCH] Added Corosync Cluster Engine to Development. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c418c87..1cc0422 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [Coolify](https://coolify.io/) is an open-source & self-hostable Heroku/Netlify alternative. +[Corosync Cluster Engine](https://corosync.github.io/corosync/) is a Group Communication System with additional features for implementing high availability within applications. + [Glow](https://github.com/charmbracelet/glow) is a terminal based markdown reader designed from the ground up to bring out the beauty—and power—of the CLI. It's used to discover markdown files, read documentation directly on the command line and stash markdown files to your own private collection, so you can read them anywhere. [Deep Lake](https://github.com/activeloopai/deeplake) is a data lake for deep learning applications. Our open-source dataset format is optimized for rapid streaming and querying of data while training models at scale, and it includes a simple API for creating, storing, and collaborating on AI datasets of any size. It can be deployed locally or in the cloud, and it enables you to store all of your data in one place, ranging from simple annotations to large videos.