8
8
{"name" :" peter" ,"age" :35 ,"_id" :6 ,"_type" :" vertex" }
9
9
],
10
10
"edges" :[
11
- {"weight" :0.5 ,"_id" :" 7 " ,"_type" :" edge" ,"_outV" :1 ,"_inV" :2 ,"_label" :" knows" },
12
- {"weight" :1.0 ,"_id" :" 8 " ,"_type" :" edge" ,"_outV" :1 ,"_inV" :4 ,"_label" :" knows" },
13
- {"weight" :0.4 ,"_id" :" 9 " ,"_type" :" edge" ,"_outV" :1 ,"_inV" :3 ,"_label" :" created" },
14
- {"weight" :1.0 ,"_id" :" 10 " ,"_type" :" edge" ,"_outV" :4 ,"_inV" :5 ,"_label" :" created" },
15
- {"weight" :0.4 ,"_id" :" 11 " ,"_type" :" edge" ,"_outV" :4 ,"_inV" :3 ,"_label" :" created" },
16
- {"weight" :0.2 ,"_id" :" 12 " ,"_type" :" edge" ,"_outV" :6 ,"_inV" :3 ,"_label" :" created" }
11
+ {"weight" :0.5 ,"_id" :7 ,"_type" :" edge" ,"_outV" :1 ,"_inV" :2 ,"_label" :" knows" },
12
+ {"weight" :1.0 ,"_id" :8 ,"_type" :" edge" ,"_outV" :1 ,"_inV" :4 ,"_label" :" knows" },
13
+ {"weight" :0.4 ,"_id" :9 ,"_type" :" edge" ,"_outV" :1 ,"_inV" :3 ,"_label" :" created" },
14
+ {"weight" :1.0 ,"_id" :10 ,"_type" :" edge" ,"_outV" :4 ,"_inV" :5 ,"_label" :" created" },
15
+ {"weight" :0.4 ,"_id" :11 ,"_type" :" edge" ,"_outV" :4 ,"_inV" :3 ,"_label" :" created" },
16
+ {"weight" :0.2 ,"_id" :12 ,"_type" :" edge" ,"_outV" :6 ,"_inV" :3 ,"_label" :" created" }
17
17
]
18
18
}
0 commit comments