Servers and Databases

When installing a data hub, the following databases are created:

  • Staging. The staging database contains the raw data that was ingested into DHF for further processing.

    Appserverdata-hub-STAGING, port 8010
    Content dbdata-hub-STAGING
    Modules dbdata-hub-MODULES
    Triggers dbdata-hub-staging-TRIGGERS
    Schemas dbdata-hub-staging-SCHEMAS
  • Final. The final database contains the harmonized data, which the final appserver makes available to downstream applications.

    Appserverdata-hub-FINAL, port 8011
    Content dbdata-hub-FINAL
    Triggers dbdata-hub-final-TRIGGERS
    Modules dbdata-hub-MODULES
    Schemas dbdata-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 appserver shares some staging databases.
    Appserverdata-hub-JOBS, port 8013
    Content dbdata-hub-JOBS
    Triggers dbdata-hub-staging-TRIGGERS
    Modules dbdata-hub-MODULES
    Schemas dbdata-hub-staging-SCHEMAS

The names of these databases are all configurable using values in gradle.properties.