Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document GraphApi in usage guide #183

Open
rossmills99 opened this issue Dec 13, 2019 · 4 comments
Open

Document GraphApi in usage guide #183

rossmills99 opened this issue Dec 13, 2019 · 4 comments
Assignees

Comments

@rossmills99
Copy link
Collaborator

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
@czs1993
Copy link

czs1993 commented Jun 28, 2020

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

@DiscoPYF
Copy link
Collaborator

DiscoPYF commented Jul 11, 2020

@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.

@czs1993
Copy link

czs1993 commented Aug 25, 2020

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

@DiscoPYF
Copy link
Collaborator

DiscoPYF commented Sep 2, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants