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写道:

no need my friend, just use JanusGraph Server...

rafael fernandes

On Sunday, August 13, 2017 at 11:27:57 PM UTC-4, hu junjie wrote:
I mean open new API to get the customized data or post formatted data and load to JanusGraph.

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.