MarginaliaSearch/code/common
Viktor Lofgren 47dfbacb00 (conf) Introduce a new concept of node profiles
Node profiles decide which actors are started, and which views are available in the control GUI.  This helps keep the system organized, and hides real-time clutter from the batch-oriented nodes.
2024-11-20 18:15:22 +01:00
..
config (conf) Introduce a new concept of node profiles 2024-11-20 18:15:22 +01:00
db (conf) Introduce a new concept of node profiles 2024-11-20 18:15:22 +01:00
linkdb (build) Fix dependency churn from testcontainers 2024-08-25 10:35:48 +02:00
model (chore) Clean up some of the uglier delomboking artifacts 2024-11-15 13:57:20 +01:00
process (live-crawler) Crude first-try process for live crawling #WIP 2024-11-19 19:35:01 +01:00
renderer (chore) Remove lombok 2024-11-11 21:14:38 +01:00
service (conf) Introduce a new concept of node profiles 2024-11-20 18:15:22 +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.