MarkLogic

The MarkLogic connector is a Palantir-provided driver for MarkLogic.

To create a new MarkLogic source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for MarkLogic-specific configuration and networking. For the complete property reference, see the official MarkLogic driver documentation ↗.

Beta

The MarkLogic connector is in the beta phase of development and may not be available on your enrollment. Functionality may change during active development.

Supported capabilities

CapabilityStatus
Exploration🟡 Beta
Batch syncs🟡 Beta
Incremental🟡 Beta

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
PasswordMandatorySpecifies the password of the authenticating user account.
ServerMandatoryThe address of the MarkLogic server to which you are connecting.
UserMandatorySpecifies the user ID of the authenticating MarkLogic user account.
UseSSLMandatoryThis field sets whether SSL is enabled.TRUE
APIRecommendedSpecifies the API which will be used by the provider to query data.REST
DatabaseRecommendedThe name of the MarkLogic database to connect to.
PortRecommendedThe ODBC Server port for the MarkLogic.8000

Networking

The table below lists the domains that the source must be able to access to run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead. The agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

DomainRequired
<Server>:<Port>Always