A client service that uses the OpenCypher implementation of the Cypher query language to connect to databases other than Neo4J that are on the supported list of OpenCypher-compatible products. For more information, see: http://www.opencypher.org/
cypher, opencypher, graph, database, janus
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. |