Is there any work on a shapes constraint language for gremlin?

https://www.w3.org/TR/shacl/ I want to constrain the shapes in my graph but I’m finding that there is a lack of tooling in this area. Can anyone tell me if there is such a thing as a shapes constraint language for Gremlin? I want to use it with Neptune
Solution:
Unfortunately TinkerPop/Gremlin is schemaless and does not provide any tools for constraint enforcement at this time. It's a capability that I personally would very much like to see in gremlin, but at this time seems unlikely to arrive in the near future.
Jump to solution
1 Reply
Solution
ColeGreer
ColeGreer2mo ago
Unfortunately TinkerPop/Gremlin is schemaless and does not provide any tools for constraint enforcement at this time. It's a capability that I personally would very much like to see in gremlin, but at this time seems unlikely to arrive in the near future.

Did you find this page helpful?