From b46a2e141a4583af84880dfd2a4be8cfa69139c4 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Mon, 4 Aug 2025 17:28:37 +0100 Subject: [PATCH] Structured data tech spec emerging --- docs/tech-specs/STRUCTURED_DATA.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/tech-specs/STRUCTURED_DATA.md b/docs/tech-specs/STRUCTURED_DATA.md index ca4cd481..75e84554 100644 --- a/docs/tech-specs/STRUCTURED_DATA.md +++ b/docs/tech-specs/STRUCTURED_DATA.md @@ -169,7 +169,12 @@ Modified APIs: ### Implementation Details -[Key implementation considerations] +Following existing conventions - these are just new processing modules. +Everything is in the trustgraph-flow packages except for schema items +in trustgraph-base. + +Need some UI work in the Workbench to be able to demo / pilot this +capability. ## Security Considerations @@ -177,11 +182,12 @@ No extra considerations. ## Performance Considerations -[Performance requirements and optimization strategies] +Some questions around using Cassandra queries and indexes so that queries +don't slow down. ## Testing Strategy -[Testing approach and requirements] +Use existing test strategy, will build unit, contract and integration tests. ## Migration Plan @@ -201,4 +207,3 @@ Not specified. n/a. -