s2graph
s2graph copied to clipboard
script/test.sh is broken.
I tried run script/test.sh. I could find errors at query for vertices.
Here are error queries in test.sh.
insert vertex data
curl -XPOST localhost:9000/graphs/vertices/insert/s2graph/user_id -H 'Content-Type: Application/json' -d '
[
{"id":1,"props":{"is_active":true}, "timestamp":1417616431},
{"id":2,"props":{},"timestamp":1417616431}
]
'
select vertices
curl -XPOST localhost:9000/graphs/getVertices -H 'Content-Type: Application/json' -d '
[
{"serviceName": "s2graph", "columnName": "user_id", "ids": [1, 2, 3]}
]
'
@djfwan can you elaborate more on errors? can you provide error log or Exception type?
@djfwan It still have trouble, fix plz