Re: A small Project I've been working on

2015-04-01 Thread Ufuk Celebi
Little side projects ftw. Very nice :-) Can you give some points on how this works internally? Is it making use of anything generic from the Python API pull request? On Wednesday, April 1, 2015, Márton Balassi balassi.mar...@gmail.com wrote: Woot! On Wed, Apr 1, 2015 at 9:01 AM, Aljoscha

Re: A small Project I've been working on

2015-04-01 Thread Stephan Ewen
It April, 1st, right? On Wed, Apr 1, 2015 at 9:47 AM, Gyula Fóra gyf...@apache.org wrote: Amazing! :) On Wed, Apr 1, 2015 at 9:41 AM, fhue...@gmail.com wrote: My ruby skills are a bit rust(y) but I’d love to contribute. Can you point me to a repository that I can fork?

Re: A small Project I've been working on

2015-04-01 Thread Aljoscha Krettek
Right now, runtime is roughly thrice that of equivalent java programs. But I plan on bringing that to the same ballpark using code generation. On Wed, Apr 1, 2015 at 8:54 AM, Fabian Hueske fhue...@gmail.com wrote: :-D This is awesome! Do you have some performance numbers? On Apr 1, 2015 8:43

A small Project I've been working on

2015-04-01 Thread Aljoscha Krettek
Hi, I've been working on a little side project in my free time: Ruby on Flink (RoF). This should finally allow us to tap into the whole web developer ruby world. The design is also flexible enough to easily port this to node.js. The code is not yet in shape to be made public but this is a small

Re: A small Project I've been working on

2015-04-01 Thread Fabian Hueske
:-D This is awesome! Do you have some performance numbers? On Apr 1, 2015 8:43 AM, Aljoscha Krettek aljos...@apache.org wrote: Hi, I've been working on a little side project in my free time: Ruby on Flink (RoF). This should finally allow us to tap into the whole web developer ruby world. The

Re: A small Project I've been working on

2015-04-01 Thread fhueske
My ruby skills are a bit rust(y) but I’d love to contribute. Can you point me to a repository that I can fork? From: Till Rohrmann Sent: ‎Wednesday‎, ‎1‎. ‎April‎, ‎2015 ‎09‎:‎29 To: dev@flink.apache.org Where can I start contributing. I've got the feeling that it will be inherently

Re: A small Project I've been working on

2015-04-01 Thread Stephan Ewen
For the Ruby interpreter on Flink, I suggest to implement this in Rust. To implement a system that analyzes data at web scale, what would be a better language than one used to implement the engine of a web browser. On Wed, Apr 1, 2015 at 10:05 AM, Stephan Ewen se...@apache.org wrote: It April,

Re: A small Project I've been working on

2015-04-01 Thread Márton Balassi
Woot! On Wed, Apr 1, 2015 at 9:01 AM, Aljoscha Krettek aljos...@apache.org wrote: Right now, runtime is roughly thrice that of equivalent java programs. But I plan on bringing that to the same ballpark using code generation. On Wed, Apr 1, 2015 at 8:54 AM, Fabian Hueske fhue...@gmail.com

Re: A small Project I've been working on

2015-04-01 Thread Maximilian Michels
I'm in love with the API. So innovative and it feels very Rubyesk, even though I'm a Python lover. Your WordCount shows some really nice features which we should port to the Flink Java and Scala API. Perhaps, by embedding a little Ruby interpreter. Great idea also to port it to Node.js. Together

Re: A small Project I've been working on

2015-04-01 Thread Gyula Fóra
Amazing! :) On Wed, Apr 1, 2015 at 9:41 AM, fhue...@gmail.com wrote: My ruby skills are a bit rust(y) but I’d love to contribute. Can you point me to a repository that I can fork? From: Till Rohrmann Sent: ‎Wednesday‎, ‎1‎. ‎April‎, ‎2015 ‎09‎:‎29 To: dev@flink.apache.org