tobaseru
ATApache TinkerPop
•Created by tobaseru on 3/2/2024 in #questions
Discrepancy between console server id conventions and Neptune
This is how it looks in neptune, where T.id is a string.
6 replies
ATApache TinkerPop
•Created by tobaseru on 3/2/2024 in #questions
Discrepancy between console server id conventions and Neptune
6 replies
ATApache TinkerPop
•Created by tobaseru on 11/28/2023 in #questions
Is the following use of next() allowed?
Commenting out the first
next()
allowed the second to work.4 replies
ATApache TinkerPop
•Created by tobaseru on 11/28/2023 in #questions
Is the following use of next() allowed?
It turns out, no, that's not allowed. It seems like
done: true
signifies that the traversal sequence was already committed and I'm doing basically nothing.4 replies
ATApache TinkerPop
•Created by tobaseru on 11/17/2023 in #questions
repeat and until methods in Javascript Gremlin:
Perfect--thank you! I'm not used to this documentation or (specifics thereof) so I appreciate you guiding my journey.
5 replies