...
Here’s an example of simple Cypher Query:
Source Properties
User Facing Name | Widget Type | Description | Constraints |
---|
Label | textbox | Label for UI. |
|
Reference Name | textbox | Uniquely identified name for lineage. |
|
Connection String | textbox | Neo4j connection string. | Required |
Username | textbox | User identity for connecting to the Neo4j. |
|
Password | password | Password to use to connect to the Neo4j. |
|
Input Query | textbox | Neo4j query for import data. | Required |
Source Data Types Mapping
CDAP Schema Data Types | Neo4j Data Types |
---|
| null |
| List |
| Map |
| Boolean |
| Integer |
| Float |
| String |
| ByteArray |
| Date |
| Time |
| LocalTime |
| DateTime |
| LocalDateTime |
| Duration |
| Point |
| Node |
| Relationship |
| Path |
Sink Properties
User Facing Name | Widget Type | Description | Constraints |
---|
Label | textbox | Label for UI. |
|
Reference Name | textbox | Uniquely identified name for lineage. |
|
Connection String | textbox | Neo4j connection string. | Required |
Username | textbox | User identity for connecting to the Neo4j. |
|
Password | password | Password to use to connect to the Neo4j. |
|
Output Query | textbox | Neo4j query for export data. | Required |
Source Data Types Mapping
CDAP Schema Data Types | Neo4j 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.
...