CatgirlIntelligenceAgency/code/common/linkdb
2023-10-09 15:12:30 +02:00
..
src (index) Move linkdb to index from search. 2023-10-08 16:48:35 +02:00
build.gradle (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
readme.md (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02:00

The link database contains information about links, such as their ID, their URL, their title, their description, and so forth.

The link database is a sqlite file. The reason this information is not in the MariaDB database is that this would make updates to this information take effect in production immediately, even before the information was searchable.

It is constructed by the loading-process, and consumed by the index-service.