Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here’s an example of simple Cypher Query:

MATCH (n) RETURN n


Source Properties

User Facing NameWidget TypeDescriptionConstraints
LabeltextboxLabel for UI.
Reference NametextboxUniquely identified name for lineage.
Connection StringtextboxNeo4j connection string.Required
UsernametextboxUser identity for connecting to the Neo4j.
PasswordpasswordPassword to use to connect to the Neo4j.
Input QuerytextboxNeo4j query for import data.Required


Source Data Types Mapping

CDAP Schema Data TypesNeo4j Data Types

null

List

Map

Boolean

Integer

Float

String

ByteArray

Date

Time

LocalTime

DateTime

LocalDateTime

Duration

Point

Node

Relationship

Path


Sink Properties

User Facing NameWidget TypeDescriptionConstraints
LabeltextboxLabel for UI.
Reference NametextboxUniquely identified name for lineage.
Connection StringtextboxNeo4j connection string.Required
UsernametextboxUser identity for connecting to the Neo4j.
PasswordpasswordPassword to use to connect to the Neo4j.
Output QuerytextboxNeo4j query for export data.Required

Source Data Types Mapping

CDAP Schema Data TypesNeo4j Data Types

null

List

Map

Boolean

Integer

Float

String

ByteArray

Date

Time

LocalTime

DateTime

LocalDateTime

Duration

Point

Node

Relationship

Path

Approach

Create a new maven project in it's own repository.

...