mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
![]() Look, this will make the git history look funny, but trimming unnecessary depth from the source tree is a very necessary sanity-preserving measure when dealing with a super-modularized codebase like this one. While it makes the project configuration a bit less conventional, it will save you several clicks every time you jump between modules. Which you'll do a lot, because it's *modul*ar. The src/main/java convention makes a lot of sense for a non-modular project though. This ain't that. |
||
---|---|---|
.. | ||
java/nu/marginalia/linkdb | ||
resources/db | ||
test/nu/marginalia/linkdb | ||
build.gradle | ||
readme.md |
Domain Link Database
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.