CatgirlIntelligenceAgency/code/functions/link-graph
2024-02-28 11:40:39 +01:00
..
aggregate Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00
api Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00
partition Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00
readme.md Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00

The link graph subsystem is responsible for knowledge about the link graph.

A SQL database is not very well suited for this, principally it's too slow to update, instead the link graph is stored in memory, and atomically updated from file. The storage aspect is handled by the common/linkdb component.

The link graph subsystem has two components, one which injects into the partitioned services, e.g. index or execution, and one which aggregates the results from the partitioned services, and exposes a unified view of the link graph.