CatgirlIntelligenceAgency/code/services-application/explorer-service
Viktor Lofgren 734996002c (*) install script for deploying Marginalia outside the codebase
The changeset also makes the control service responsible for flyway migrations.  This helps reduce the number of places the database configuration needs to be spread out.  These automatic migrations can be disabled with -DdisableFlyway=true.

The commit also adds curl to the docker container, to enable docker health checks and interdependencies.
2024-01-11 12:40:03 +01:00
..
src/main (*) install script for deploying Marginalia outside the codebase 2024-01-11 12:40:03 +01:00
build.gradle (refactor) Rename satellite services to application services 2023-10-09 13:45:45 +02:00
readme.md (refactor) Rename satellite services to application services 2023-10-09 13:45:45 +02: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