MarginaliaSearch/code/common
Viktor Lofgren 77ccab7d80 (index) Move linkdb to index from search.
This makes index complete in the sense that you can deploy an index instance and build a complete separate application on top of it, without having to go through the Marginalia-laden search service.
2023-10-08 16:48:35 +02:00
..
config (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
db (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
linkdb (index) Move linkdb to index from search. 2023-10-08 16:48:35 +02:00
model (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
process (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
renderer (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
service (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
service-client (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
service-discovery (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +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.