Re: Property with multiple data types
HadoopMarc <bi...@...>
Hi Laura, The JanusGraph storage backends can store many isolated graphs (see e.g. the storage.cql.keyspace configuration property). However, it is not possible to have edges between vertices from different graphs, so I guess this is not what you are looking for. Your question is valid, and, by coincidence, it is currently discussed on the developer's list of Apache TinkerPop: https://lists.apache.org/thread.html/rd1b6f842b806dd9bca18d91faced3db14ab6cf4e55c9d762b9657d5e%40%3Cdev.tinkerpop.apache.org%3E Best wishes, Marc Op maandag 14 december 2020 om 18:34:24 UTC+1 schreef Laura Morales:
Maybe I'm completely wrong, but would I be right to say that "labels" are the equivalent of Java classes? Like, one label represents a Java class and graph properties represent a class properties? So, saying that a node has label L would be like saying that a certain Java object is of class C? (That's why there's only one label per node). I was picturing labels as arbitrary strings that are attached to a node.
|
|