MarginaliaSearch/code/functions/domain-info
Viktor Lofgren 23cce0c78a Add a new function 'Live Capture' for on-demand screenshot capture
The screenshots are requested by the site-service, and triggered via the site-info view.
2024-09-27 13:46:34 +02:00
..
api (*) Lift jetty and guava-dependencies 2024-05-23 14:20:01 +02:00
java/nu/marginalia/functions/domains Add a new function 'Live Capture' for on-demand screenshot capture 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 (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.