-
Notifications
You must be signed in to change notification settings - Fork 0
Components
dneumann edited this page Dec 12, 2017
·
8 revisions
Here you can see an overview of the inner components of the importer and their connections to the outside. In the subsections, the components are described in more detail.
The web UI component contains a user interface. Here, the user can prepare and start the importing process.
All of the processing logic is contained in the core functions component. It communicates with all the necessary external services and ultimately sends the files to a Solr server. In the web UI, the user must choose one of two previously configured Solr servers. In general, those can be two arbitrary servers. The idea is to have the importer configured for e. g. the staging server and the live server.