-
Notifications
You must be signed in to change notification settings - Fork 0
07 Data
Raja Jeevan Kumar Maduri edited this page Aug 4, 2026
·
1 revision
-
DocumentModel: Stores document metadata, title, template type, tenant ID, and ASST JSON snapshot. -
AuditLogModel: Stores audit events, actor ID, action type, timestamp, delta JSON, and SHA-256 cryptographic checksum hash. -
EntityMetadataModel: Stores canonical entity property mappings.
- Nodes: Indexed by immutable entity ID (
REQ-,CAP-,ADR-) and labeled by canonical entity type. - Edges: Typed directional relationships (
IMPLEMENTS,SATISFIES,VALIDATED_BY).
- Manages session keys, cached search queries, and Celery task locks.