77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
|
"job": {
|
|
"setting": {
|
|
"speed": {
|
|
"channel": 1
|
|
},
|
|
"errorLimit": {
|
|
"record": 1
|
|
}
|
|
},
|
|
|
|
"content": [
|
|
{
|
|
"reader": {
|
|
"name": "gdbreader",
|
|
"parameter": {
|
|
"host": "10.218.145.24",
|
|
"port": 8182,
|
|
"username": "***",
|
|
"password": "***",
|
|
"labelType": "EDGE",
|
|
"labels": ["label1", "label2"],
|
|
"column": [
|
|
{
|
|
"name": "id",
|
|
"type": "string",
|
|
"columnType": "primaryKey"
|
|
},
|
|
{
|
|
"name": "label",
|
|
"type": "string",
|
|
"columnType": "primaryLabel"
|
|
},
|
|
{
|
|
"name": "srcId",
|
|
"type": "string",
|
|
"columnType": "srcPrimaryKey"
|
|
},
|
|
{
|
|
"name": "srcLabel",
|
|
"type": "string",
|
|
"columnType": "srcPrimaryLabel"
|
|
},
|
|
{
|
|
"name": "dstId",
|
|
"type": "string",
|
|
"columnType": "srcPrimaryKey"
|
|
},
|
|
{
|
|
"name": "dstLabel",
|
|
"type": "string",
|
|
"columnType": "srcPrimaryLabel"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"type": "string",
|
|
"columnType": "edgeProperty"
|
|
},
|
|
{
|
|
"name": "weight",
|
|
"type": "double",
|
|
"columnType": "edgeProperty"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
|
|
"writer": {
|
|
"name": "streamwriter",
|
|
"parameter": {
|
|
"print": true
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |