CatgirlIntelligenceAgency/code/functions/link-graph
Viktor Lofgren 46423612e3 (refac) Merge service-discovery and service modules
Also adds a few tests to the server/client code.
2024-03-03 10:49:23 +01:00
..
aggregate (refac) Merge service-discovery and service modules 2024-03-03 10:49:23 +01:00
api (refac) Merge service-discovery and service modules 2024-03-03 10:49:23 +01:00
partition (refac) Merge service-discovery and service modules 2024-03-03 10:49:23 +01:00
readme.md (docs) Fix fake news in docs 2024-02-28 12:16:45 +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 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.