feat(localdb): scaffold ZB.MOM.WW.LocalDb (core/contracts/replication + tests)

Claude-Session: https://claude.ai/code/session_01BL2Vu1ESDQ9SCN4gVKkdts
This commit is contained in:
Joseph Doherty
2026-07-17 20:55:56 -04:00
parent 9cef3c5d45
commit 61e5564c26
9 changed files with 219 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# ZB.MOM.WW.LocalDb
An embedded SQLite local cache with optional bidirectional async 2-node replication
over gRPC, for the ZB.MOM.WW SCADA / OT family. It gives an application a fast,
crash-safe local store that can optionally keep a second node in sync asynchronously,
without requiring a central database on the hot path.
See the design doc: [`docs/plans/2026-07-17-localdb-design.md`](../docs/plans/2026-07-17-localdb-design.md).