Skip to content

Commit 6edb3cd

Browse files
committed
docs: add CI badge to README
1 parent d41fe36 commit 6edb3cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# SentinelFS 🛡️
22

3+
[![CI](https://github.com/srujankothuri/SentinelFS/actions/workflows/ci.yml/badge.svg)](https://github.com/srujankothuri/SentinelFS/actions/workflows/ci.yml)
4+
35
**A Predictive Self-Healing Distributed File System built in Go**
46

57
SentinelFS goes beyond traditional reactive fault tolerance. It continuously monitors data node health metrics, applies **statistical trend analysis with linear regression** to predict node failures *before* they happen, and **proactively migrates data** to healthy nodes — achieving zero data loss without waiting for a crash.

0 commit comments

Comments
 (0)