Re: Interested in contributing to Avro C

2015-10-25 Thread Nges Brian
hello. After studing the documents I was asked to download, I will like to first of all start by using Avro. How can I get the client? Thanks and cheers On 10/23/15, Nges Brian wrote: > Thank you very much . will go through them. > > On 10/23/15, Sean Busbey

Re: Interested in contributing to Avro C

2015-10-23 Thread Nges Brian
Hi I will like to start by doing the documentation of the new C API Version. As a project but first can someone help me links to Documents on the legacy Version? Thanks and Cheers. On 10/19/15, Nges Brian wrote: > Once more I can find Documents on the Legacy Version as you

Re: Interested in contributing to Avro C

2015-10-23 Thread Sean Busbey
Here are the existing docs on the C API: http://avro.apache.org/docs/current/api/c/index.html On Fri, Oct 23, 2015 at 11:08 AM, Nges Brian wrote: > Hi > I will like to start by doing the documentation of the new C API > Version. As a project but first can someone help me

Re: Interested in contributing to Avro C

2015-10-23 Thread Nges Brian
Thank you very much . will go through them. On 10/23/15, Sean Busbey wrote: > Here are the existing docs on the C API: > > http://avro.apache.org/docs/current/api/c/index.html > > On Fri, Oct 23, 2015 at 11:08 AM, Nges Brian wrote: >> Hi >> I will like

Re: Interested in contributing to Avro C

2015-10-18 Thread Nges Brian
Once more I can find Documents on the Legacy Version as you rightly said and I have found no Document on The New Version. Can anyone help me links to get material on the new version? cheers On 10/15/15, Sean Busbey wrote: > Also worth noting, it's extremely valuable for the

Re: Interested in contributing to Avro C

2015-10-15 Thread Sean Busbey
Also worth noting, it's extremely valuable for the community if folks make new docs when they run into gaps. In this case, Nges, you could document the new API while you were out using it. On Thu, Oct 15, 2015 at 2:01 PM, Sam Groth wrote: > Hi Nges, > I learned the

Re: Interested in contributing to Avro C

2015-10-15 Thread Sam Groth
Hi Nges, I learned the C API by reading the code here:  https://github.com/apache/avro/tree/trunk/lang/c I would also recommend setting up some application that writes and reads avro files. Setting up simple applications using new libraries is one of the best ways to learn about them. One