Endpoints and Port Numbers

MarkLogic Data Hub Service (DHS) has three distinct stacks: Curation, Analytics, and Operational. Each stack scales independently, which increases performance and reduces concurrency for different types of workloads.

For endpoints and port numbers in previous versions of MarkLogic Data Hub Service, see Appendix: Endpoints and Port Numbers.

The following endpoints are preconfigured for apps to access your DHS.

Endpoint Port Number Description
Manage 8002 The endpoint used when loading modules, updating indexes, and uploading your TDE templates.
Ingest 8005 The endpoint is used with Ingestion. The endpoint is an XDBC protocol server mostly used with MLCP. To learn more, see XDBC Servers. If using a client such as DMSDK or Java Client, see Staging.
Staging 8010 The endpoint is used with Ingestion and Harmonization to access the STAGING database. The endpoint is a REST HTTP App Server. Use the endpoint with a client, such as DMSDK or Java Client. To learn more, see Servers and Databases and What is an Instance?. If using MLCP, see Ingest.
Jobs 8013 The endpoint is used to access the JOBS database. The endpoint enables the user to retrieve jobs and traces information. To learn more, see Servers and Databases and Provenance and Lineage.
Analytics 8012 The endpoint is used for analytical workloads and points to the FINAL database. The endpoint is a REST HTTP App Server. Depending on the protocol, analytical workloads should target Analytics or Analytics ODBC. To learn more, see Servers and Databases and What is an Instance?.
Operations 8011 The endpoint is used for operational workloads and points to the FINAL database. The endpoint is a REST HTTP App Server. Use the endpoint for workloads that issue short-lived, operational requests against the FINAL database. To learn more, see Servers and Databases and What is an Instance?.
Analytics ODBC 5432 The endpoint is an ODBC server that returns relational-style data in response to SQL queries. The endpoint returns data and manages the server to support a subset of SQL and ODBC statements commonly from business intelligence (BI) tools, such as Tableau and Power BI. To learn more, see ODBC Servers.
Hub Central 8020 The endpoint launches the Data Hub Central application, which is the Data Hub graphical user interface designed for Data Hub Service (DHS). Use Data Hub Central to ingest raw data into your service and then curate and explore data directly in the cloud. To learn more, see About Hub Central.
Query Console 8002/qconsole Query Console is an interactive web-based query development tool for writing and executing ad-hoc queries in XQuery, Server-Side JavaScript, SQL and SPARQL. Query Console enables you to quickly test code snippets, debug problems, profile queries, and run administrative XQuery scripts. Available only for the Low Priority Data Hub Service type. To learn more, see Query Console User Guide.

Additional Reference Tables: