From f2b8228c186e26de3d1fce0ca1b8d7c6e79632d1 Mon Sep 17 00:00:00 2001 From: Baitinq <30861839+Baitinq@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:38:35 +0200 Subject: Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 022a219..dda091f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ -install k3s -install helmsman +# fs-tracer-backend -COMMIT_SHA=$(git rev-parse --short HEAD) helmsman --apply -f k8s/helmsman.yml +This repository contains the backend services for the fs-tracer project, which processes and stores file system modification data collected by the eBPF agent. -to deploy, execute the ./deploy.sh script (and have the correct env variables) +## Overview + +The backend is composed of several microservices that work together to handle incoming file system events, store them in a database, and provide an API for accessing and managing this data. The services are containerized and deployed using Kubernetes for scalability and reliability. + +Related: +- https://github.com/baitinq/fs-tracer +- https://github.com/baitinq/fs-tracer-backend -- cgit 1.4.1