Table of Contents | ||
---|---|---|
|
...
Section | User Facing Name | Widget Type | Description | Constraints |
---|---|---|---|---|
General | Label | textbox | Label for UI. | |
Reference Name | textbox | Uniquely identified name for lineage. | Required | |
Neo4j Host | textbox | Neo4j database host. | Required | |
Neo4j Port | number | Neo4j database port. | Required | |
Input Query | textbox | The query to use to import data from the Neo4j database. | Required | |
Credentials | Username | textbox | User identity for connecting to the Neo4j. | Required |
Password | password | Password to use to connect to the Neo4j. | Required | |
Advanced | Splits Number | number | The number of splits to generate. If set to one, the orderBy is not needed. | |
Order By | textbox | Field Name which will be used for ordering during splits generation. This is required unless numSplits is set to one. |
...
Source Data Types Mapping
Neo4j Data Types | CDAP Schema Data Types | ||
---|---|---|---|
null | null | ||
List | array | ||
Map | record | ||
Boolean | boolean | ||
Integer | long | ||
Float | double | ||
String | string | ||
ByteArray | bytes | ||
Date | date | ||
Time | time-micros | ||
LocalTime | time-micros | ||
DateTime | timestamp-micros | ||
LocalDateTime | timestamp-micros | ||
Node | record Schema example:
| ||
Relationship | record Schema example:
| ||
Duration A Duration represents a temporal amount, capturing the difference in time between two instants, and can be negative. | record Schema example:
| ||
Point | record Schema example:
| ||
Path |
Sink Properties
Section | User Facing Name | Widget Type | Description | Constraints |
---|---|---|---|---|
General | Label | textbox | Label for UI. | |
Reference Name | textbox | Uniquely identified name for lineage. | Required | |
Neo4j Host | textbox | Neo4j database host. | Required | |
Neo4j Port | number | Neo4j database port. | Required | |
Output Query | textbox | The query to use to export data to the Neo4j database. Query example: 'CREATE (n:<label_field>l {property_1, property_2})'. | Required | |
Credentials | Username | textbox | User identity for connecting to the Neo4j. | Required |
Password | password | Password to use to connect to the Neo4j. | Required |
...