MarginaliaSearch/code/functions/link-graph
Viktor Lofgren 1bd29a586c (service-discovery) Add common base interface to all Grpc services
To be able to tell service discovery whether to enable a service on a particular runtime, a common base interface DiscoverableService extends BindableService was added.
2024-09-27 13:46:34 +02:00
..
aggregate (service-discovery) Add common base interface to all Grpc services 2024-09-27 13:46:34 +02:00
api (*) Lift jetty and guava-dependencies 2024-05-23 14:20:01 +02:00
partition (service-discovery) Add common base interface to all Grpc services 2024-09-27 13:46:34 +02: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.