mirror of https://gitee.com/bigwinds/arangodb
Add link to github source of graph examples.
This commit is contained in:
parent
41a162bce0
commit
fadbd6a85c
|
@ -100,6 +100,8 @@ ArangoDB comes with a set of easily graspable graphs that are used to demonstrat
|
|||
You can use the `add samples` tab in the `create graph` window in the webinterface, or load the module `@arangodb/graph-examples/example-graph` in arangosh and use it to create instances of these graphs in your ArangoDB.
|
||||
Once you've created them, you can [inspect them in the webinterface](../Administration/WebInterface/Graphs.md) - which was used to create the pictures below.
|
||||
|
||||
You [can easily look into the innards of this script](https://github.com/arangodb/arangodb/blob/devel/js/common/modules/%40arangodb/graph-examples/example-graph.js) for reference about howto manage graphs programatically.
|
||||
|
||||
!SUBSUBSECTION The Knows\_Graph
|
||||
|
||||
A set of persons knowing each other:
|
||||
|
|
Loading…
Reference in New Issue