MarginaliaSearch/code/functions/link-graph/aggregate
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
..
java/nu/marginalia/linkgraph (service-discovery) Add common base interface to all Grpc services 2024-09-27 13:46:34 +02:00
build.gradle (*) Lift jetty and guava-dependencies 2024-05-23 14:20:01 +02:00
readme.md Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00

This module is responsible for aggregating the link graph from the partitioned services, and exposing a unified view of the link graph. It does not keep any data or state, but instead delegates to the partitioned services.