CatgirlIntelligenceAgency/code/common
2023-08-01 15:50:08 +02:00
..
config (*) File Storage WIP 2023-07-14 17:08:10 +02:00
db (db) Fix broken insert statement, move file storage defaults to a separate file. 2023-08-01 15:50:08 +02:00
message-queue (loader) Fix bug where trailing deferred domain meta inserts weren't executed 2023-07-31 14:23:23 +02:00
model (minor) Tidy up EdgeDomain class a bit, no functional difference 2023-07-31 10:31:29 +02:00
process (crawler) Clean up the code and remove unnecessary logging 2023-07-30 16:53:39 +02:00
renderer Move all code to a code directory. 2023-03-07 17:14:32 +01:00
service (control) Reduce log spam in control svc 2023-07-31 14:21:06 +02:00
service-client Process monitoring 2023-07-11 14:46:21 +02:00
service-discovery Embryo of new control process 2023-07-03 10:40:32 +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.