2023-03-04 16:42:31 +01:00
|
|
|
# Loading Process
|
|
|
|
|
|
|
|
The loading process reads converted data and inserts it into the database,
|
|
|
|
as well as creates a journal file that will be used to create a static index for
|
|
|
|
the index-service.
|
|
|
|
|
|
|
|
## Central Classes
|
|
|
|
|
2023-10-09 15:12:30 +02:00
|
|
|
* [LoaderMain](src/main/java/nu/marginalia/loading/LoaderMain.java) main class.
|