We can do all of the rest, but can’t do this one. We don’t automatically generate reverse edges. So, we can’t do inE.
We also can’t do this. To check for negations require looking through everything, which isn’t a possibility in a scalable system.
Yeah. Finding shortest path would need to be added to our version of GraphQL. Had a chat with the author of GraphQL, Lee Byron, and I think we’ll definitely have to extend and modify GraphQL for our usage. So, we could borrow concepts from both Gremlin and Cypher to make such things happen.
The schematics of the query is a bit weird. Both the in and the out are named created. But, this is something we can do with our existing system.
Interesting. So, this gremlin VM, is essentially Java based, and requires to be run as a Java program, yeah?
Very interesting thread! Trying to understand the options here. I think we should have a chat, sometime soon – so I can understand this better.
Overall, sounds like you made good progress! Nice work!