Re: Can we create a new API based on JanusGraph?
stan...@...
Hello Rafael I've built the API use JanusGraph Server, and i have successfully access the api with ``` curl 'http://localhost:8182/?gremlin=g.V()' ``` In gremlin console i can index my vertex with ``` g.V().has('id_number', '3207221555223216') ``` I want to know how to get the same result with API 在 2017年8月14日星期一 UTC+8下午11:06:52,Rafael Fernandes写道:
|
|