CatgirlIntelligenceAgency/code/common
2024-02-28 16:23:02 +01:00
..
config (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
db (docs) Begin un-fucking the docs after refactoring 2024-02-27 21:22:21 +01:00
linkdb (docs) Update process docs 2024-02-28 15:21:33 +01:00
model (docs) Begin un-fucking the docs after refactoring 2024-02-27 21:22:21 +01:00
process (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
renderer (docs) Begin un-fucking the docs after refactoring 2024-02-27 21:22:21 +01:00
service (misc) Tweak pool sizes 2024-02-28 16:23:02 +01:00
service-discovery (misc) Tweak pool sizes 2024-02-28 16:23:02 +01:00
readme.md Clean up documentation and rename domain-links to link-graph 2024-02-28 11:40:39 +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-discovery contains tools that lets the services find each other and communicate.
  • process contains boiler plate for batch processes.