Re: Apache Beam for Python

2016-06-14 Thread Robert Bradshaw
Woo hoo! On Tue, Jun 14, 2016 at 12:41 PM, Jean-Baptiste Onofré wrote: > Awesome ! Thanks ! > > Agree with Davor to create a feature branch. > > Regards > JB > > > On 06/14/2016 09:22 PM, Silviu Calinoiu wrote: >> >> Thanks everybody for the welcoming and feedback. The initial code move was >> p

Re: Apache Beam for Python

2016-06-14 Thread Jean-Baptiste Onofré
Awesome ! Thanks ! Agree with Davor to create a feature branch. Regards JB On 06/14/2016 09:22 PM, Silviu Calinoiu wrote: Thanks everybody for the welcoming and feedback. The initial code move was proposed as pull request #461 [1]. Looking forward to working with everybody in the Beam communi

Re: Apache Beam for Python

2016-06-14 Thread Davor Bonaci
Awesome job, Silviu! Really excited to have Python SDK join us in Beam. I'll take care of merging the pull request. Let's start with a feature branch, as per previous conversations on the dev@ list. On Tue, Jun 14, 2016 at 12:22 PM, Silviu Calinoiu < silv...@google.com.invalid> wrote: > Thanks e

Re: Apache Beam for Python

2016-06-14 Thread Silviu Calinoiu
Thanks everybody for the welcoming and feedback. The initial code move was proposed as pull request #461 [1]. Looking forward to working with everybody in the Beam community and especially any Pythonistas out there. Thanks, Silviu [1] https://github.com/apache/incubator-beam/pull/461 On Sat, Ju

Re: Apache Beam for Python

2016-06-04 Thread Ismaël Mejía
Excellent guys, Welcome to Beam ! I am looking for ways to integrate Beam with the standard notebook tools (Zẽppelin / Jupyter [ipython], so I am really happy to see the python SDK arriving to Beam, Awesome. Ismaël Mejía On Fri, Jun 3, 2016 at 7:17 PM, Amit Sela wrote: > Welcome Python people

Re: Apache Beam for Python

2016-06-03 Thread Amit Sela
Welcome Python people ;) I know a few people who've been waiting for this one! On Fri, Jun 3, 2016, 19:53 Davor Bonaci wrote: > Welcome Python SDK, as well as Silviu, Charles, Ahmet and Chamikara! > > On Fri, Jun 3, 2016 at 7:07 AM, Jean-Baptiste Onofré > wrote: > > > Absolutely ;) > > > > > >

Re: Apache Beam for Python

2016-06-03 Thread Davor Bonaci
Welcome Python SDK, as well as Silviu, Charles, Ahmet and Chamikara! On Fri, Jun 3, 2016 at 7:07 AM, Jean-Baptiste Onofré wrote: > Absolutely ;) > > > On 06/03/2016 03:51 PM, James Malone wrote: > >> Hey Silviu! >> >> I think JB is proposing we create a python directory in the sdks directory >>

Re: Apache Beam for Python

2016-06-03 Thread Silviu Calinoiu
Hi James, Yes we fit right into sdks/python. I will have out a doc/proposal about where things go so people can comment. It will follow closely the Beam repository guidelines. Thanks, Silviu On Fri, Jun 3, 2016 at 6:51 AM, James Malone wrote: > Hey Silviu! > > I think JB is proposing we create a

Re: Apache Beam for Python

2016-06-03 Thread Jean-Baptiste Onofré
Absolutely ;) On 06/03/2016 03:51 PM, James Malone wrote: Hey Silviu! I think JB is proposing we create a python directory in the sdks directory in the root repository (and modify the configuration files accordingly): https://github.com/apache/incubator-beam/tree/master/sdks This Beam doc

Re: Apache Beam for Python

2016-06-03 Thread Jean-Baptiste Onofré
Awesome ! Thanks ! Regards JB On 06/03/2016 04:02 PM, Silviu Calinoiu wrote: Hi James, Yes we fit right into sdks/python. I will have out a doc/proposal about where things go so people can comment. It will follow closely the Beam repository guidelines. Thanks, Silviu On Fri, Jun 3, 2016 at 6:5

Re: Apache Beam for Python

2016-06-03 Thread Jean-Baptiste Onofré
I'm more proposing just a folder containing Pythong SDK, not necessary part of the Maven reactor. Regards JB On 06/03/2016 03:34 PM, Silviu Calinoiu wrote: Hi JB, Thanks for the welcome! I come from the Python land so I am not quite familiar with Maven. What do you mean by a Maven module? You

Re: Apache Beam for Python

2016-06-03 Thread James Malone
Hey Silviu! I think JB is proposing we create a python directory in the sdks directory in the root repository (and modify the configuration files accordingly): https://github.com/apache/incubator-beam/tree/master/sdks This Beam document here titled "Apache Beam (Incubating): Repository Struct

Re: Apache Beam for Python

2016-06-03 Thread Silviu Calinoiu
Hi JB, Thanks for the welcome! I come from the Python land so I am not quite familiar with Maven. What do you mean by a Maven module? You mean an artifact so you can install things? In Python, people are used to packages downloaded from PyPI (pypi.python.org -- which is sort of Maven for Python).

Re: Apache Beam for Python

2016-06-03 Thread Jean-Baptiste Onofré
Hi Silviu, thanks for detailed update and great work ! I would advice to create a: sdks/python Maven module to store the Python SDK. WDYT ? By the way, welcome aboard and great to have you all guys in the team ! Regards JB On 06/03/2016 03:13 PM, Silviu Calinoiu wrote: Hi all, My name is

Apache Beam for Python

2016-06-03 Thread Silviu Calinoiu
Hi all, My name is Silviu Calinoiu and I am a member of the Cloud Dataflow team working on the Python SDK. As the original Beam proposal ( https://wiki.apache.org/incubator/BeamProposal) mentioned, we have been planning to merge the Python SDK into Beam. The Python SDK is in an early stage of dev