MarginaliaSearch/code/common
Viktor 0f9b90eb1c
Better fingerprinting (#35)
* Better fingerprinting for server tech
* Many more features in FeatureExtractor
* Blog specialization
* SiteType table
2023-07-10 17:36:12 +02:00
..
config Throw a custom exception when WMSA_HOME isn't found 2023-06-20 11:37:52 +02:00
db Better fingerprinting (#35) 2023-07-10 17:36:12 +02:00
model Better fingerprinting (#35) 2023-07-10 17:36:12 +02:00
process Yet more restructuring. Improved search result ranking. 2023-03-16 21:35:54 +01:00
renderer Move all code to a code directory. 2023-03-07 17:14:32 +01:00
service Throw a custom exception when WMSA_HOME isn't found 2023-06-20 11:37:52 +02:00
service-client The refactoring will continue until morale improves. 2023-03-12 10:04:48 +01:00
service-discovery Throw a custom exception when WMSA_HOME isn't found 2023-06-20 11:37:52 +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.