MarginaliaSearch/code/functions/domain-info
2025-01-05 18:52:51 +01:00
..
api (search) Add an indicator when a link has a feed in the similar/linked domains views 2025-01-02 18:11:57 +01:00
java/nu/marginalia/functions/domains (domain-info) Use appropriate sqlite database when fetching feed status 2025-01-02 20:20:36 +01:00
build.gradle (*) Lift jetty and guava-dependencies 2024-05-23 14:20:01 +02: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.