You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Mark <st...@gmail.com> on 2013/05/29 02:01:23 UTC

Working examples

Any good working examples of Avro in action (preferably RPC and even more preferable in Ruby)?

I tried the following mail RPC example but it doesn't work out of the box. https://github.com/phunt/avro-rpc-quickstart

Thanks 

Re: Working examples

Posted by Atin Sood <so...@outlook.com>.
This one should get you started. These are in python, but potato patato. You should be able to write ruby clients referencing these. 

There are 2 examples demoing RPC. One is java client, java server. The other one is python client, java server. 

https://github.com/atinsood/HESDataAnalyticsFinalProject


-- 
Atin Sood
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


On Tuesday, May 28, 2013 at 8:01 PM, Mark wrote:

> Any good working examples of Avro in action (preferably RPC and even more preferable in Ruby)?
> 
> I tried the following mail RPC example but it doesn't work out of the box. https://github.com/phunt/avro-rpc-quickstart
> 
> Thanks