...
CDAP Schema Data Types | Neo4j Data Types |
---|---|
null | null |
array | List |
map | Map |
boolean | Boolean |
long | Integer |
double | Float |
string | String |
bytes | ByteArray |
date | Date |
time-micros | Time |
time-micros | LocalTime |
timestamp-micros | DateTime |
timestamp-micros | LocalDateTime |
Duration | |
- | Point |
Node | |
Relationship | |
Path |
...
Source Data Types Mapping
CDAP Schema Data Types | Neo4j Data Types |
---|---|
null | null |
array | List |
map | Map |
boolean | Boolean |
long | Integer |
double | Float |
string | String |
bytes | ByteArray |
date | Date |
time-micros | Time |
time-micros | LocalTime |
timestamp-micros | DateTime |
timestamp-micros | LocalDateTime |
Duration | |
Point |
Approach
Create a new maven project in it's own repository.
...