From b9fe7fbc93985b0f18bae1c025bfec2b2f1374f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Fri, 5 May 2023 08:26:38 +0200 Subject: [PATCH] Update index.md --- content/prologue/how/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/prologue/how/index.md b/content/prologue/how/index.md index a082b3f..1c85c71 100644 --- a/content/prologue/how/index.md +++ b/content/prologue/how/index.md @@ -55,7 +55,7 @@ In most cases, especially with a growing video landscape, it's more convenient t [Kerberos Vault](/vault/first-things-first/) acts like a interface between your Kerberos Agents and your storage system. It is responsible for receiving recordings from your Kerberos Agents, and storing them in the storage system you've configured. By decoupling your Kerberos Agents with [Kerberos Vault](/vault/first-things-first/), you can switch the underlaying storage system on the fly, without requiring to reconfiguring all your Kerberos Agents. -Next to persisting your data in your storage system, [Kerberos Vault](/vault/first-things-first/) also acts as an event producers. Each time a recording is successfully stored in your storage system, it will send a message to the configure [Integration](/vault/integrations/), such as Kafka, SQS, etc. +Next to persisting your data in your storage system, [Kerberos Vault](/vault/first-things-first/) also acts as an event producers. Each time a recording is successfully stored in your storage system, it will send a message to the configure [Integration](/vault/integrations/), such as Kafka, RabbitMQ, SQS, etc. ## Centralise and governance @@ -67,7 +67,7 @@ Utilising that data to give your stakeholders insights through analytics, provid [Kerberos Hub](/hub/first-things-first/) is our answer. It's a highly scalable platform to connect stakeholders to sites and groups of cameras. It comes with all the features you would imagine: live streaming, object detection, fine-grained user access, alerts and more. -[Kerberos Hub](/hub/first-things-first/) is build on top of Kubernetes and can be deployed, just like all the other components, where you want. It's composed of a serie of microservices that can independently scale towards any demand, and utilises Open Source components such as Kafka for high throughput messaging. +[Kerberos Hub](/hub/first-things-first/) is build on top of Kubernetes and can be deployed, just like all the other components, where you want. It's composed of a serie of microservices that can independently scale towards any demand, and utilises Open Source components such as Kafka, RabbitMQ, SQS, and others for high throughput messaging. ## Takeaways