Open djfwan opened 9 years ago
I tried run script/test.sh. I could find errors at query for vertices.
Here are error queries in test.sh.
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} ] '
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
I tried run script/test.sh. I could find errors at query for vertices.
Here are error queries in test.sh.
insert vertex data
select vertices