LA

lattice-systems/sentinel-graphpublic

10 files
LAlattice-systemsfeat(router): adaptive consistency tier negotiation8a5a0f8·1w ago
  • .githubci: bump release runner to ubuntu-24.042 weeks ago
  • srcfeat(router): adaptive consistency tier negotiation3 hours ago
  • examplesdocs: rewrite readme quickstartyesterday
  • docsfix: typo in lifecycle hooks page2 days ago
  • teststest: cover backpressure edge case5 days ago
  • .gitignorechore: ignore tsbuildinfo files3 weeks ago
  • Cargo.tomlchore(deps): bump tokio to 1.42yesterday
  • LICENSE.mdfeat: switch to Apache 2.01 year ago
  • README.mddocs: rewrite readme quickstartyesterday
  • package.jsonchore(deps): security pins1 week ago

README.md

Apache-2.0

sentinel-graph

Anomaly detection over service-call graphs with explainable traces. sentinel-graph ships as a Cargo crate plus a small CLI; the runtime is hardened, fully observable, and tuned for production from day one.

Highlights

  • Spec-driven configuration with strict typing.
  • Pluggable transports: HTTP/2, gRPC, in-process, and Vercel Edge.
  • Audit-grade structured logs out of the box.
  • SBOM + cosign signatures for every release.

Quickstart

pnpm dlx sentinel-graph@latest init my-service
cd my-service
pnpm dev
13 contributors
Python