Skip to content
#

tinkerpop

Here are 64 public repositories matching this topic...

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 tinkerpop 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 tinkerpop topic, visit your repo's landing page and select "manage topics."

Learn more