-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: using custom ids #202
Comments
I need the same feature. Tryied passing ~id property and upsert with coalesce (could not implement because I can't underst how to use coalesce), but look like it is not possible to use a custom id. |
I do not believe TinkerPop3 has this ability out of the box. You can reference each Step here. I did find that JanusGraph has the ability to store custom vertex IDs, here's the relevant documentation. |
I've had success doing it to JanusGraph via an anonymous traversal like inside a coalesce
But it doesn't seem like you can do on a traversal directly. If you try to do something like: @wolf4ood The |
I took a stab at adding custom id support in my fork's branch. They're featured in this PR if anyone wants to try the branch until it gets merged & release. |
Hi, is there a way to set our own Id property for vertices and edges when creating them ?
The text was updated successfully, but these errors were encountered: