MarginaliaSearch/code/common/linkdb
Viktor Lofgren 5c040f7a46 (crawl-spec) Parquetify crawl spec
* Crawl-specs are now parquet files
* Deprecate the crawl-job-extractor tool
2023-09-17 09:41:34 +02:00
..
src (crawl-spec) Parquetify crawl spec 2023-09-17 09:41:34 +02:00
build.gradle (linkdb) New Module for sqlite-backed document db 2023-08-24 09:06:13 +02:00
readme.md (docs) Update the documentation up-to-date information 2023-09-14 11:33:36 +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 search-service.