You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by Mark Henderson <em...@gmail.com> on 2016/09/01 13:59:56 UTC

Re: New Committer: David Brown

This is great news. I use your connection library for Python all the time. 
Will your libs like Gremlinclient/Goblin be apart of/influence what is 
being done with Gremlin Server?

On Wednesday, August 31, 2016 at 6:45:49 PM UTC-4, David Brown wrote:
>
> Thanks everyone! I am really looking forward to contributing. 
>
> On Wed, Aug 31, 2016 at 1:09 PM, Kelvin Lawrence 
> <kelvin.r...@gmail.com <javascript:>> wrote: 
> > Congratulations David - I see a lot of folks very excited about the 
> prospect 
> > of combining Python and Gremlin! 
> > 
> > Kelvin 
> > 
> > 
> > On Wednesday, August 31, 2016 at 10:10:53 AM UTC-5, Stephen Mallette 
> wrote: 
> >> 
> >> The Project Management Committee (PMC) for Apache TinkerPop has asked 
> >> David Brown to become a committer and we are pleased to announce that 
> he has 
> >> accepted. 
> >> 
> >> If you're using TinkerPop with Python today, it's likely because of 
> David 
> >> Brown's work. He was the first person to implement the Gremlin Server 
> >> protocol for TinkerPop 3.x outside of my initial implementation. He 
> built 
> >> many other Python related libraries for TinkerPop since then, provided 
> >> testing during releases and added a good bit of input on Gremlin Server 
> >> along the way. 
> >> 
> >> Being a committer enables easier contribution to the project since 
> there 
> >> is no need to work via the patch submission process. This should enable 
> >> better productivity. 
> >> 
> >> 
> > 
>
>
>
> -- 
> David M. Brown 
> R.A. CulturePlex Lab, Western University 
>

Re: [TinkerPop] Re: New Committer: David Brown

Posted by David Brown <da...@gmail.com>.
Well said Stephen, thanks. Thanks Mark! The earlier drivers will
definitely influence the gremlin-python drivers that will be available
with future versions of TinkerPop. However, the "official" drivers
will aim to be much more consistent with the Java driver
implementation, especially in terms of API, and as Stephen said,
features and performance.

On Tue, Sep 6, 2016 at 9:15 AM, Stephen Mallette <sp...@gmail.com> wrote:
> The community made the decision to build and maintain drivers as part of
> GLVs and in doing so we will want the TinkerPop Python driver to be on par
> with the Java driver in terms of features and performance. so, in that
> sense I think the answer to your question is "yes" because the more
> advanced driver features in gremlinclient/goblin will need to find their
> way into gremlin-python. That said, I do think the focus is on features
> inherent to the driver and not other features like OGM.
>
> On Thu, Sep 1, 2016 at 9:59 AM, Mark Henderson <em...@gmail.com> wrote:
>
>> This is great news. I use your connection library for Python all the time.
>> Will your libs like Gremlinclient/Goblin be apart of/influence what is
>> being done with Gremlin Server?
>>
>> On Wednesday, August 31, 2016 at 6:45:49 PM UTC-4, David Brown wrote:
>>>
>>> Thanks everyone! I am really looking forward to contributing.
>>>
>>> On Wed, Aug 31, 2016 at 1:09 PM, Kelvin Lawrence
>>> <ke...@gmail.com> wrote:
>>> > Congratulations David - I see a lot of folks very excited about the
>>> prospect
>>> > of combining Python and Gremlin!
>>> >
>>> > Kelvin
>>> >
>>> >
>>> > On Wednesday, August 31, 2016 at 10:10:53 AM UTC-5, Stephen Mallette
>>> wrote:
>>> >>
>>> >> The Project Management Committee (PMC) for Apache TinkerPop has asked
>>> >> David Brown to become a committer and we are pleased to announce that
>>> he has
>>> >> accepted.
>>> >>
>>> >> If you're using TinkerPop with Python today, it's likely because of
>>> David
>>> >> Brown's work. He was the first person to implement the Gremlin Server
>>> >> protocol for TinkerPop 3.x outside of my initial implementation. He
>>> built
>>> >> many other Python related libraries for TinkerPop since then, provided
>>> >> testing during releases and added a good bit of input on Gremlin
>>> Server
>>> >> along the way.
>>> >>
>>> >> Being a committer enables easier contribution to the project since
>>> there
>>> >> is no need to work via the patch submission process. This should
>>> enable
>>> >> better productivity.
>>> >>
>>> >>
>>> >
>>>
>>>
>>>
>>> --
>>> David M. Brown
>>> R.A. CulturePlex Lab, Western University
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Gremlin-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to gremlin-users+unsubscribe@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/
>> msgid/gremlin-users/cd4f4e7c-9381-446b-9f28-8a0696a2eb1a%
>> 40googlegroups.com
>> <https://groups.google.com/d/msgid/gremlin-users/cd4f4e7c-9381-446b-9f28-8a0696a2eb1a%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>



-- 
David M. Brown
R.A. CulturePlex Lab, Western University

Re: [TinkerPop] Re: New Committer: David Brown

Posted by Stephen Mallette <sp...@gmail.com>.
The community made the decision to build and maintain drivers as part of
GLVs and in doing so we will want the TinkerPop Python driver to be on par
with the Java driver in terms of features and performance. so, in that
sense I think the answer to your question is "yes" because the more
advanced driver features in gremlinclient/goblin will need to find their
way into gremlin-python. That said, I do think the focus is on features
inherent to the driver and not other features like OGM.

On Thu, Sep 1, 2016 at 9:59 AM, Mark Henderson <em...@gmail.com> wrote:

> This is great news. I use your connection library for Python all the time.
> Will your libs like Gremlinclient/Goblin be apart of/influence what is
> being done with Gremlin Server?
>
> On Wednesday, August 31, 2016 at 6:45:49 PM UTC-4, David Brown wrote:
>>
>> Thanks everyone! I am really looking forward to contributing.
>>
>> On Wed, Aug 31, 2016 at 1:09 PM, Kelvin Lawrence
>> <ke...@gmail.com> wrote:
>> > Congratulations David - I see a lot of folks very excited about the
>> prospect
>> > of combining Python and Gremlin!
>> >
>> > Kelvin
>> >
>> >
>> > On Wednesday, August 31, 2016 at 10:10:53 AM UTC-5, Stephen Mallette
>> wrote:
>> >>
>> >> The Project Management Committee (PMC) for Apache TinkerPop has asked
>> >> David Brown to become a committer and we are pleased to announce that
>> he has
>> >> accepted.
>> >>
>> >> If you're using TinkerPop with Python today, it's likely because of
>> David
>> >> Brown's work. He was the first person to implement the Gremlin Server
>> >> protocol for TinkerPop 3.x outside of my initial implementation. He
>> built
>> >> many other Python related libraries for TinkerPop since then, provided
>> >> testing during releases and added a good bit of input on Gremlin
>> Server
>> >> along the way.
>> >>
>> >> Being a committer enables easier contribution to the project since
>> there
>> >> is no need to work via the patch submission process. This should
>> enable
>> >> better productivity.
>> >>
>> >>
>> >
>>
>>
>>
>> --
>> David M. Brown
>> R.A. CulturePlex Lab, Western University
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Gremlin-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to gremlin-users+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/gremlin-users/cd4f4e7c-9381-446b-9f28-8a0696a2eb1a%
> 40googlegroups.com
> <https://groups.google.com/d/msgid/gremlin-users/cd4f4e7c-9381-446b-9f28-8a0696a2eb1a%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>