MarginaliaSearch/code/common
2025-01-29 15:17:04 +01:00
..
config (misc) Tidying 2025-01-29 15:17:04 +01:00
db (search) Further reduce the number of db queries by adding more caching to DbDomainQueries. 2025-01-10 14:15:22 +01:00
linkdb (build) Fix dependency churn from testcontainers 2024-08-25 10:35:48 +02:00
model (query-params) Add additional permitted query params 2025-01-07 20:21:44 +01:00
renderer (chore) Remove lombok 2024-11-11 21:14:38 +01:00
service (actor) Improve logging and error handling for data migration actor 2025-01-28 15:34:36 +01:00
readme.md (refac) Merge service-discovery and service modules 2024-03-03 10:49:23 +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, including a service registry interface.
  • process contains boiler plate for batch processes.