Servers and Databases
When installing Data Hub, the following databases are created:
-
STAGING. The STAGING database contains the raw data that was ingested into Data Hub for further processing.
app server data-hub-STAGING, port 8010 content database data-hub-STAGING modules database data-hub-MODULES triggers database data-hub-staging-TRIGGERS schemas database data-hub-staging-SCHEMAS -
FINAL. The FINAL database contains the harmonized data, which the FINAL app server makes available to downstream applications.
app server data-hub-FINAL, port 8011 content database data-hub-FINAL triggers database data-hub-final-TRIGGERS modules database data-hub-MODULES schemas database data-hub-final-SCHEMAS -
JOBS. The JOBS database contains both the logs of job activity and the traces of what happened during flow runs.Note: This app server shares some staging databases.
app server data-hub-JOBS, port 8013 content database data-hub-JOBS triggers database data-hub-staging-TRIGGERS modules database data-hub-MODULES schemas database data-hub-staging-SCHEMAS
The names of these databases are all configurable using values in gradle.properties
.