Hi folks, I recently did a blog post highlighting using Groovy with various property graph database technologies including TinkerPop/Gremlin:
https://groovy.apache.org/blog/groovy-graph-databases I was just going to make two points: * Firstly, I noted that when using Groovy 4 and above, we have improved keyword handling, meaning that you can now static import an "in" or "as" method. This means you don't need the "__.in()" trick anymore - though it still works of course. I didn't know if you wanted that in your documentation. If I get time I can try to create a PR. * Secondly, I plan to revise the article shortly. If you have any suggested improvements, or if there is anything you think I should be highlighting about TinkerPop, please let me know and I can try to incorporate details in the revision. Thanks! Regards, Paul.