MarkLogic Connection

See the Connector Marketplace topic. Please request your administrator to start a trial or subscribe to the Premium MarkLogic connector.

MarkLogic stands at the forefront of efficient data integration, enabling organizations to embrace dynamic NoSQL solutions seamlessly.

This topic describes how to authenticate to MarkLogic and configure any necessary connection properties in the MarkLogic connection connector.

Connection Configuration

Each connection property available in the MarkLogic connector is explained below.


Connection Name

The name of the connection to be created should be provided. This is the name that will display on the list of available connections.


User

The MarkLogic user account used to authenticate.


Password

The password used to authenticate the user.


Server

The address of the MarkLogic server to which you are connecting.


Port

The ODBC Server port for the MarkLogic. If not specified the default port number 5432 is used for the ODBC server. If API=REST, then by default, port number 8000 will be used.


Database

The name of the MarkLogic database to connect to.


API

Specifies the API which will be used by the provider to query data.

Valid values are ODBC (to connect to the ODBC server) and REST (to connect to the REST API).


Enable SSL

Option for creating the connection with SSL enabled.

Upload Keystore File

Option to upload keystore file.


Add Configuration: Additional properties can be added using this option as key-value pairs.


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated.

Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top