1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

The refactoring will continue until morale improves.

This commit is contained in:
Viktor Lofgren
2023-03-12 11:42:07 +01:00
parent 73eaa0865d
commit 8b8fc49901
313 changed files with 275 additions and 105 deletions

View File

@@ -16,6 +16,16 @@ You'll find a short description in each module of what it does and how it relate
* * [explorer](services-satellite/explorer-service) - [https://explore2.marginalia.nu/](https://explore2.marginalia.nu/)
* an [internal API](api/)
### Processes
Processes are batch jobs that deal with data retrieval, processing and loading.
* [crawl-processes](crawl-processes/)
* * [crawl-job-extractor](crawl-processes/crawl-job-extractor-process)
* * [crawling-process](crawl-processes/crawling-process)
* * [converting-process](crawl-processes/converting-process)
* * [loading-process](crawl-processes/loading-process)
### Features
Features are relatively stand-alone components that serve some part of the domain. They aren't domain-independent,
@@ -25,15 +35,6 @@ but isolated.
* [features-crawl](features-crawl)
* [features-index](features-index)
### Processes
* [crawl processes](crawl/)
* * [crawl-job-extractor](crawl/crawl-job-extractor-process)
* * [crawling-process](crawl/crawling-process)
* * [converting-process](crawl/converting-process)
* * [loading-process](crawl/loading-process)
### Libraries and primitives
Libraries are stand-alone code that is independent of the domain logic.