Neo4j
Last updated
Last updated
Neo4j source connector
Read data from Neo4j.
uri
String
Yes
-
username
String
No
-
password
String
No
-
bearer_token
String
No
-
kerberos_ticket
String
No
-
database
String
Yes
-
query
String
Yes
-
schema
Object
Yes
-
max_transaction_retry_time
Long
No
30
max_connection_timeout
Long
No
30
The URI of the Neo4j database. Refer to a case: neo4j://localhost:7687
username of the Neo4j
password of the Neo4j. required if username
is provided
base64 encoded bearer token of the Neo4j. for Auth.
base64 encoded kerberos ticket of the Neo4j. for Auth.
database name.
Query statement.
returned fields of query
maximum transaction retry time(seconds). transaction fail if exceeded
The maximum amount of time to wait for a TCP connection to be established (seconds)
see