arangodb-net-standard icon indicating copy to clipboard operation
arangodb-net-standard copied to clipboard

Document GraphApi in usage guide

Open rossmills99 opened this issue 5 years ago • 4 comments

I think the graph API is really under appreciated! We should include some kind of quick start document for using graph API to do things like:

  • create a Graph (which also creates all needed collections in one request)
  • create some vertices and connect them with edges
  • run a graph traversal query using AQL
  • delete some vertices and note the connected edges should be automatically cleaned up

rossmills99 avatar Dec 13 '19 15:12 rossmills99

quick start document for using graph api is under working ? when will be ok?

czs1993 avatar Jun 28 '20 06:06 czs1993

@czs1993 Thank you for your interest in this project. It would be nice to have it documented for a v1, so I think we are going to do this pretty soon.

DiscoPYF avatar Jul 11 '20 08:07 DiscoPYF

quick start document for using graph API Is Worked? It is great job for Graph API Use.

czs1993 avatar Aug 25 '20 09:08 czs1993

Hey @czs1993 , still something we are working on. In the meantime, the online documentation may be helpful, given that the library is mostly a wrapper around the ArangoDB HTTP API layer:

https://www.arangodb.com/docs/stable/http/gharial.html

https://www.arangodb.com/docs/stable/graphs.html

DiscoPYF avatar Sep 02 '20 09:09 DiscoPYF