Closed PeterLappo closed 9 years ago
Works fine with Titan. Perhaps its my tinkergraph setup or just a feature of tinkergraph
Peter,
Thanks for reporting this. It was definitely a bug that has to do with the fact that Tinkergraph assigns a node id of 0
, which caused a truth check to fail.
thanks
Hi Dave, When I'm running against tinkergraph I get duplicate vertices with the last example when starting with a clean database. See below for code, console output and reply from server using http://localhost:8182/?gremlin=g.V()
Also Id seems to be created as a property, which doesn't look right. Will try sample on titan too and let you know.
Other than than that pretty cool library and better than gremlin console if we can solve the duplicates. Cheers Peter
Code
Console output
Reply from server