Tutorial: Access the Data from MarkLogic Server
An application can access your harmonized data from MarkLogic Server through several REST endpoints. For a full list of REST endpoints, see Client API documentation.
The following are example searches targeting the default endpoints (port 8010 for the staging database and port 8011 for the final database):
database | data | example search links |
---|---|---|
STAGING | raw | STAGING database search (http://localhost:8010/v1/search?format=json) |
FINAL | harmonized | FINAL database search (http://localhost:8011/v1/search?format=json) |
-
Click on the FINAL database search link.
An example of results returned:
« PREVIOUS: Secure PII in the “Customer” Data
NEXT: Takeaways »
Go to page
-
Load the Raw Data
-
View Jobs, Traces, and the Data
-
Harmonize the Data
-
Access the Data from MarkLogic Server