Re: Contributing Beam Kata (Java & Python)

2019-05-22 Thread hsuryawirawan
Btw the Beam Kata courses have been reviewed and endorsed by JetBrains on Stepik. They are now featured courses, which adds more credibility when the students browse the available courses. JetBrains is also interested to come up with promotion activities to promote the courses. Will inform here

Re: Contributing Beam Kata (Java & Python)

2019-05-14 Thread hsuryawirawan
Thanks for merging it Reuven! Quick question, would it be useful if we write a blog post on the Kata so that we can build more awareness for people to try out? I've also uploaded the course to Stepik which has seamless integration within the IDE for people to easily start the course. On

Re: Contributing Beam Kata (Java & Python)

2019-04-19 Thread hsuryawirawan
I've created a PR for the Beam Kata. https://github.com/apache/beam/pull/8358 If you're interested to experience it, please find the instruction on how to set it up on your machine https://github.com/apache/beam/pull/8358#issuecomment-484855236 Should you have any issue or further question,

Re: Contributing Beam Kata (Java & Python)

2019-04-19 Thread hsuryawirawan
Thanks Altay. I'll create it under "learning/" first as this is not exactly example. Please do let me know if it's not the right place. On 2019/04/18 22:49:47, Ahmet Altay wrote: > This looks great. > > +David Cavazos was working on interactive colab based > examples

Re: Contributing Beam Kata (Java & Python)

2019-04-19 Thread hsuryawirawan
Thanks Kenneth. Yeah from a glance this might fit with the incubating training project. As of this moment, the kata is using solely the direct runner as the focus currently is to teach about Beam primitives. There are ideas on how to also have it running on other runner (e.g. Dataflow), but so

Re: Contributing Beam Kata (Java & Python)

2019-04-19 Thread hsuryawirawan
Thanks Lukasz. Yes you can try the kata. I will write a short instruction on how to use it, maybe along with the PR. On 2019/04/18 21:21:28, Lukasz Cwik wrote: > Also agree that this is really nice. Is there a place where we can try out > what you have created so far? > > Opening a PR with

Re: Contributing Beam Kata (Java & Python)

2019-04-19 Thread hsuryawirawan
Hi Pablo, The file structure at the moment is structured around the language. * beam-kata/ * beam-kata/java/ * beam-kata/java/ * beam-kata/python/ * beam-kata/python/ Adding a new language in the future should be quite easy. For students to use the kata, they actually don't need to checkout the