chore: scaffold project skeleton (pyproject, Docker, systemd, README)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
floppyrj45
2026-04-19 15:20:10 +00:00
parent 20e19239eb
commit f04d7c90c9
9 changed files with 295 additions and 1 deletions

13
examples/run_on_fake.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
# End-to-end demo: generate a synthetic MCAP, run the analyzer on it,
# pipe stdout anomalies to the console (NATS fallback mode).
set -euo pipefail
ROOT=$(cd "$(dirname "$0")/.." && pwd)
cd "$ROOT"
OUT=$(mktemp -d)/demo.mcap
python3 tests/fixtures/generate_fake_mcap.py "$OUT"
echo "---- Running analyzer on $OUT ----"
NATS_URL="" cosma-log-analyzer ingest "$OUT" --subject AUV206 --dry-run