Skip to content
#

graphdb

Here are 139 public repositories matching this topic...

nebula
janusgraph
xmichaelx
xmichaelx commented May 12, 2019

In Chapter 5. Schema and Data Modeling first there is paragraph:

The default cardinality setting is SINGLE. Note, that property keys used on edges and properties have cardinality SINGLE. Attaching multiple values for a single key on an edge or property is not supported.

and then example:

mgmt = graph.openManagement()
follow = mgmt.makeEdgeLabel('follow').multiplicity(MULTI).make()

Improve this page

Add a description, image, and links to the graphdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphdb topic, visit your repo's landing page and select "manage topics."

Learn more