Re: [DISCUSS] TinkerPop Golang Driver (coming soon!)

2022-04-13 Thread Lyndon Bauto
Hi all, As you are likely all aware, we are progressing quickly towards the end of the Gremlin Go driver. We decided to combine Milestone 6 and 7 since almost every single 'advanced' driver feature and configuration option was pulled into a previous milestone, making that milestone a near no-op.

Re: [DISCUSS] TinkerPop Golang Driver (coming soon!)

2022-03-18 Thread Stephen Mallette
Great to see this PR fall into place. As this is the last major item aimed at 3.5.3, I'd encourage anyone with an interest to perform their code review immediately, so that any issues can be addressed early next week allowing us to head to code freeze nice and comfortable like for next Friday. I

Re: [DISCUSS] TinkerPop Golang Driver (coming soon!)

2022-03-17 Thread Lyndon Bauto
Hi all, On the topic of Gremlin-Go, I would like to provide an update as we have prepared code that is now release ready (once code review on TinkerPop is complete). First off, we decided to add an additional milestone (Milestone 4 below, incrementing the milestones that come after) to the above

Re: [DISCUSS] TinkerPop Golang Driver (coming soon!)

2022-03-01 Thread Lyndon Bauto
Hi all, I was looking to see if anyone had input on naming of embedded traversals in the Gremlin Go Driver. Typically we would have something like: g.V().Foo(__.Bar()) Now in Golang we are currently making this look like: g.V().Foo(gremlingo.T__.Bar()) We have the following constraints in go:

Re: [DISCUSS] TinkerPop Golang Driver (coming soon!)

2022-02-16 Thread Lyndon Bauto
Hi all, We have now merged the Gremlin Go Milestone 1 code to https://github.com/apache/tinkerpop/tree/gremlin-go and have opened a pull request that contains the code for Milestone 2 (see https://github.com/apache/tinkerpop/pull/1569). With this change, you can now execute programmatic

Re: [DISCUSS] TinkerPop Golang Driver (coming soon!)

2022-01-31 Thread Lyndon Bauto
I am happy to report that we have milestone 1 of the Gremlin Go driver ready! Pull request on GitHub which can be reviewed: https://github.com/apache/tinkerpop/pull/1556 I would like to thank Yang (https://github.com/xiazcy), Simon ( https://github.com/simonz-bq), and Rithin

Re: [DISCUSS] TinkerPop Golang Driver (coming soon!)

2022-01-19 Thread Jorge Bay Gondra
Sounds good! looking forward to it! I hope I can have some free cycles to help review it. On Tue, Jan 18, 2022 at 11:25 PM Lyndon Bauto wrote: > Hi all, > > I am working on a Golang driver for TinkerPop. I will be working on it on > my fork of TinkerPop >

[DISCUSS] TinkerPop Golang Driver (coming soon!)

2022-01-18 Thread Lyndon Bauto
Hi all, I am working on a Golang driver for TinkerPop. I will be working on it on my fork of TinkerPop . I have laid out a plan for delivering it below. Each milestone will come to a main branch on the TinkerPop repo (branch yet to be made)