CatgirlIntelligenceAgency/code/functions/domain-info
2024-02-28 12:25:19 +01:00
..
api (service/grpc) Reduce thread count 2024-02-27 21:22:21 +01:00
java/nu/marginalia/functions/domains Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00
build.gradle Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +01:00
readme.md (docs) Update docs 2024-02-28 12:25:19 +01:00

The domain-info subsystem is responsible for answering questions about a domain, such as its IP address, rank, similar domains, and so on.

This subsystem keeps a copy of the link graph in memory, which is quite RAM intensive, but also very fast. It should only be used for the search application, the system itself should use the link-graph subsystem.