Project:Portal containers: Difference between revisions

From MaRDI portal
Created page with "Containers are deployed from [https://github.com/MaRDI4NFDI/portal-compose/blob/main/docker-compose.yml portal-compose]. ;[https://github.com/MaRDI4NFDI/docker-wikibase Wikiba..."
 
No edit summary
Line 4: Line 4:


;Wikibase jobrunner
;Wikibase jobrunner
:
:Execute maintenance jobs without blocking the Wikibase.


;WDQS Frontend
;MySQL
:
:The database server where the wiki is stored.


;Quickstatements
;Backup
:
:Creating and restoring backup data.


;Reverse-proxy
:Map internet adresses to Docker containers
;whoami
:Used by reverse-proxy(?)
;elasticsearch
:Full-text search engine for Wikibase
;[https://query.portal.mardi4nfdi.de/#/ WDQS Frontend]
:Wikidata query service (SPARQL) frontend
;wdqs
:Wikidata query service backend
;wdqs-proxy
:Used by wdqs
;wdqs-updater
:Used by wdqs
;[http://quickstatements.portal.mardi4nfdi.de/ quickstatements]
:Utility to import CSV files into wikibase
;[http://portainer.portal.mardi4nfdi.de/ portainer]
:Docker container management
;latexml
:Latex to HTML5 converter for formulas (?)
;watchtower
:Deploy images on server (?)


Additional containers included in the [https://github.com/MaRDI4NFDI/portal-compose/blob/main/docker-compose-dev.yml development environment]
Additional containers included in the [https://github.com/MaRDI4NFDI/portal-compose/blob/main/docker-compose-dev.yml development environment]


;OpenRefine
;OpenRefine
:
:For cleaning-up data


;Selenium
;Selenium
:
:For running tests

Revision as of 12:55, 10 March 2022

Containers are deployed from portal-compose.

Wikibase
The core Mediawiki installation with all the extensions, including Wikibase.
Wikibase jobrunner
Execute maintenance jobs without blocking the Wikibase.
MySQL
The database server where the wiki is stored.
Backup
Creating and restoring backup data.
Reverse-proxy
Map internet adresses to Docker containers
whoami
Used by reverse-proxy(?)
elasticsearch
Full-text search engine for Wikibase
WDQS Frontend
Wikidata query service (SPARQL) frontend
wdqs
Wikidata query service backend
wdqs-proxy
Used by wdqs
wdqs-updater
Used by wdqs
quickstatements
Utility to import CSV files into wikibase
portainer
Docker container management
latexml
Latex to HTML5 converter for formulas (?)
watchtower
Deploy images on server (?)

Additional containers included in the development environment

OpenRefine
For cleaning-up data
Selenium
For running tests