CatgirlIntelligenceAgency/code/services-core/control-service
Viktor Lofgren 77ccab7d80 (index) Move linkdb to index from search.
This makes index complete in the sense that you can deploy an index instance and build a complete separate application on top of it, without having to go through the Marginalia-laden search service.
2023-10-08 16:48:35 +02:00
..
src (index) Move linkdb to index from search. 2023-10-08 16:48:35 +02:00
build.gradle (control) Administrative QOL improvement, GUI for banning spam 2023-10-07 15:43:18 +02:00
readme.md (docs) Fix dead links to message-queue after moving it to libraries 2023-08-15 19:26:40 +02:00

Control Service

The control service provides an operator's user interface, and is responsible for orchestrating the various processes of the system using Actors.

Actors within the control service will spawn processes when necessary, by monitoring their message queue inboxes.

Central Classes

See Also