MarginaliaSearch/code/common/linkdb
2024-02-27 21:22:21 +01:00
..
java/nu/marginalia/linkdb (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
resources/db (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
test/nu/marginalia/linkdb (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
build.gradle (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
readme.md (docs) Begin un-fucking the docs after refactoring 2024-02-27 21:22:21 +01:00

The domain link database contains information about links between domains. It is a static in-memory database loaded from a binary file.

Document Database

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

The document 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.

See Also

These databases are constructed by the loading-process, and consumed by the index-service.