Initial project import

This commit is contained in:
2026-08-14 09:40:51 +03:00
parent 00040e5ce4
commit d7099bf80d
146 changed files with 30509 additions and 1055 deletions
+14
View File
@@ -0,0 +1,14 @@
# Adapter Observer service
Standalone read-only analytics service for `adapter-1c` operational telemetry.
Run locally with:
```text
ONEC_OBSERVER_AUDIT_DIR=<directory-with-adapter-audit.jsonl> python observer_server.py
```
The production compose definition and operational contract are in
`core/deploy/docker/adapter-observer/` and
`docs/runbooks/adapter-observer.md` respectively. Do not make this service a
dependency of the adapter or give it SQL credentials.