Neo4j

Neo4j source connector

Read data from Neo4j.

Key featuresarrow-up-right

name
type
required
default value

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

uri [string]arrow-up-right

The URI of the Neo4j database. Refer to a case: neo4j://localhost:7687

username [string]arrow-up-right

username of the Neo4j

password [string]arrow-up-right

password of the Neo4j. required if username is provided

bearer_token [string]arrow-up-right

base64 encoded bearer token of the Neo4j. for Auth.

kerberos_ticket [string]arrow-up-right

base64 encoded kerberos ticket of the Neo4j. for Auth.

database [string]arrow-up-right

database name.

query [string]arrow-up-right

Query statement.

schema.fields [string]arrow-up-right

returned fields of query

see column projectionarrow-up-right

max_transaction_retry_time [long]arrow-up-right

maximum transaction retry time(seconds). transaction fail if exceeded

max_connection_timeout [long]arrow-up-right

The maximum amount of time to wait for a TCP connection to be established (seconds)

Last updated