A client service that connects to a graph database that can accept queries in the Tinkerpop Gremlin DSL.
graph, database, gremlin, tinkerpop
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Contact Points | tinkerpop-contact-points | A comma-separated list of hostnames or IP addresses where an OpenCypher-enabled server can be found. Supports Expression Language: true (will be evaluated using variable registry only) | ||
Port | tinkerpop-port | 8182 | The port where Gremlin Server is running on each host listed as a contact point. Supports Expression Language: true (will be evaluated using variable registry only) | |
Path | tinkerpop-path | /gremlin | The URL path where Gremlin Server is running on each host listed as a contact point. Supports Expression Language: true (will be evaluated using variable registry only) | |
SSL Context Service | tinkerpop-ssl-context-service | Controller Service API: SSLContextService Implementations: StandardRestrictedSSLContextService StandardSSLContextService | The SSL Context Service used to provide client certificate information for TLS/SSL connections. |