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.

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

Endpoint Port Number Description
Manage 8003 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 Curation Staging REST.
Curation Staging REST 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 REST 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 REST or ODBC. To learn more, see Servers and Databases and What is an Instance?.
Operations REST 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?.
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.
Data Hub Explorer 8020 The endpoint launches the Data Hub Explorer application, enabling users to explore entity models and harmonized documents created in MarkLogic Data Hub. To learn more, see Data Hub Explorer.
Query Console 8003/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: