CatgirlIntelligenceAgency/code/services-core/control-service
2023-09-17 14:35:06 +02:00
..
src (converter) Make it possible to sideload documents from a directory tree 2023-09-17 14:35:06 +02:00
build.gradle (crawl-spec) Parquetify crawl spec 2023-09-17 09:41:34 +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