1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00
Files
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
..
2024-05-23 14:20:01 +02:00
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.