about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
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