modelRT/sql
douxu b05219ef4c refactor: replace topology tree with graph cache
- replace globalTree startup loading with globalTopologyGraph
- add topologyGraph adjacency cache with in/out edges, start nodes, and end nodes
- remove multiBranchTreeNode and legacy tree-building helpers
- make topology queries independent of the all-zero UUID virtual root
- keep TOPOLOGY_ANALYSIS on per-task DB querying while clarifying point-to-point reachability results
- add coverage for multi-parent topology reachability
2026-07-07 10:01:14 +08:00
..
demo add demo test sql and fix bug of modelRT running 2025-01-06 17:00:58 +08:00
async_motor.sql init async motor table and busbar section table create sql 2024-12-10 16:36:59 +08:00
async_task.sql implemented task queue publishing using RabbitMQ 2026-04-01 17:15:33 +08:00
busbar_section.sql init async motor table and busbar section table create sql 2024-12-10 16:36:59 +08:00
demo.sql write code for adapter new component struct 2024-12-30 16:39:11 +08:00
topologic.go refactor: replace topology tree with graph cache 2026-07-07 10:01:14 +08:00