CatgirlIntelligenceAgency/code/common
Viktor Lofgren 23526f6d1a (executor) Executor service now pulls DomainType list for CRAWL on "recrawl"
This is an automatic integration with the submit-site repo on github and also
crawl-queue.
2023-10-19 17:48:34 +02:00
..
config (*) WIP Add node affinity to EC_DOMAIN 2023-10-19 17:48:34 +02:00
db (executor) Executor service now pulls DomainType list for CRAWL on "recrawl" 2023-10-19 17:48:34 +02:00
linkdb (*) WIP Control GUI redesign, executor-service, multi-node mq 2023-10-14 12:08:43 +02:00
model (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02:00
process (*) WIP Add node affinity to EC_DOMAIN 2023-10-19 17:48:34 +02:00
renderer (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
service (node) Nodes auto-start their monitor actors. 2023-10-16 15:33:22 +02:00
service-client (*) WIP Add node affinity to EC_DOMAIN 2023-10-19 17:48:34 +02:00
service-discovery (*) Get multi-node routing working. 2023-10-15 18:38:30 +02:00
readme.md Update readme.md 2023-03-25 15:27:11 +01:00

Common

These are packages containing the basic building blocks for running a service as well as shared models.

  • db contains SQL code and some database-related utilities.
  • config contains some @Injectables.
  • renderer contains utility code for rendering website templates.
  • service is the shared base classes for main methods and web services.
  • service-client is the shared base class for RPC.
  • service-discovery contains tools that lets the services find each other.
  • process contains boiler plate for batch processes.