MarginaliaSearch/code/services-application/explorer-service
Viktor Lofgren 51e46ad2b0 (refac) Move export tasks to a process and clean up process initialization for all ProcessMainClass descendents
Since some of the export tasks have been memory hungry, sometimes killing the executor-services, they've been moved to a separate process that can be given a larger Xmx.

While doing this, the ProcessMainClass was given utilities for the boilerplate surrounding receiving mq requests and responding to them, some effort was also put toward making the process boot process a bit more uniform.  It's still a bit heterogeneous between different processes, but a bit less so for now.
2024-11-21 16:00:09 +01:00
..
java/nu/marginalia/explorer (chore) Remove lombok 2024-11-11 21:14:38 +01:00
resources (search) Add en-US language tags to all templates 2024-05-04 11:40:59 +02:00
build.gradle (build) Upgrade jib to 3.4.3 2024-07-31 10:39:50 +02:00
readme.md (refac) Move export tasks to a process and clean up process initialization for all ProcessMainClass descendents 2024-11-21 16:00:09 +01:00

Explorer Service

User interface for exploring website similarity by reinterpreting the incident edges in the adjacency matrix as sparse high dimensional vector, and useing cosine similarity to find the nearest neighbors nodes within this feature-space.

Externally the service is available at https://explore2.marginalia.nu/.

See Also