Fabio R
Fabio R
JJanusGraph
Created by Fabio R on 3/1/2024 in #questions
Add a collection of values in an edge property
Hi, I tried to find out some Gremlin example but nothing. Is it possible add, in a single edge property a collection (like a list) of values? For instance:
g.addE('link').from('x').to('y').property('p', [1, 2, 4]).next()
Then I should be able to traverse, using one of the values contained in the list 1, 2, or 4. The only way to overtake that, I creted multiple edges, each with the property value from the list 1, 2 or 4. But I should create only one edge with the list.
12 replies
JJanusGraph
Created by Fabio R on 2/7/2024 in #questions
secure connection - TLS
I could not find any topic about TLS encryption and how Janus does it in the docs. Does Janus support TLS encryption?
4 replies