Couchbase

The Couchbase connector is a Palantir-provided driver connector. The official documentation for this driver can be found here ↗.

Networking

The table below lists the domains that the source needs to be able to access in order to successfully run.

If running the connection on a Foundry worker, be sure to add corresponding egress policies for each of those domains.

If those domains are in a different network from Foundry's network, and you are using agent proxy egress policies (preferred) or an agent worker (not recommended), the agent must be able to reach the domain addresses. Additionally, the systems on those domains must be configured to allow connections from the agent. Learn more about agent networking.

DomainRequired
<Server>If ConnectionMode=Direct (Default); Server connection property. Can be an IP address or HTTP/S URL. Can accept multiple URLs
<DNSServer>If ConnectionMode=Cloud, DNS Server is used to look up server addresses (default port 53, port can be passed with <Server>:<Port>, but is not required)
<N1QLPort>If ConnectionMode=Direct and CouchbaseServer=N1QL, Port defaults to 18093 for SSL and 8093 when not SSL
<AnalyticsPort>If ConnectionMode=Direct and CouchbaseServer=Analytics, Port defaults to 18095 w/ SSL and 8095 w/o SSL
<WebConsolePort>If ConnectionMode=Direct, Port defaults to 18091 w/ SSL and 8091 w/o SSL