You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2010/04/29 09:37:55 UTC

[jira] Created: (AVRO-533) .NET implementation of Avro

.NET implementation of Avro
---------------------------

                 Key: AVRO-533
                 URL: https://issues.apache.org/jira/browse/AVRO-533
             Project: Avro
          Issue Type: New Feature
            Reporter: Jeff Hammerbacher




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AVRO-533) .NET implementation of Avro

Posted by "Jeremy Custenborder (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862298#action_12862298 ] 

Jeremy Custenborder commented on AVRO-533:
------------------------------------------

I am happy to accept this issue. I've already been working on a port of avro to .net. I've currently on the middle of moving to Austin, tx so progress will be minimal over the next couple weeks. What I have done so far is available at http://github.com/jcustenborder/avro. My plans is to get things up and running with code generation support by mid summer. Hopefully sooner. The cool part is that I have a need for cross platform RPC at my new job meaning this will be one of my early development tasks. 

If you want to take what is in my github as an initial patch you are more than welcome. So far it passes a lot of the schema tests and would be a great starting point for anyone that wants to help. 

My longterm goals is to have a fast client and server implementation that uses reflection.emit under the hood for schema serialization.

> .NET implementation of Avro
> ---------------------------
>
>                 Key: AVRO-533
>                 URL: https://issues.apache.org/jira/browse/AVRO-533
>             Project: Avro
>          Issue Type: New Feature
>            Reporter: Jeff Hammerbacher
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AVRO-533) .NET implementation of Avro

Posted by "Jeremy Custenborder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Custenborder updated AVRO-533:
-------------------------------------

    Attachment: dotnet.patch

Here is a patch of what I have done so far. Just to make things nice and confusing I changed my development environment to follow http://wiki.apache.org/hadoop/GitAndHadoop so now I'm working out of a branch instead of trunk. This changes my github url for anyone who is interested. The correct github url is http://github.com/jcustenborder/avro/tree/dotnet-port 

I'm not too familiar with Apache patch procedures so please let me know if you need anything modified.

> .NET implementation of Avro
> ---------------------------
>
>                 Key: AVRO-533
>                 URL: https://issues.apache.org/jira/browse/AVRO-533
>             Project: Avro
>          Issue Type: New Feature
>            Reporter: Jeff Hammerbacher
>         Attachments: dotnet.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AVRO-533) .NET implementation of Avro

Posted by "Scott Banachowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863196#action_12863196 ] 

Scott Banachowski commented on AVRO-533:
----------------------------------------

Excellent.  I was hoping to contribute to a C# version but I've been too busy, so I'm glad to see it's underway.


> .NET implementation of Avro
> ---------------------------
>
>                 Key: AVRO-533
>                 URL: https://issues.apache.org/jira/browse/AVRO-533
>             Project: Avro
>          Issue Type: New Feature
>            Reporter: Jeff Hammerbacher
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AVRO-533) .NET implementation of Avro

Posted by "Jeremy Custenborder (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862305#action_12862305 ] 

Jeremy Custenborder commented on AVRO-533:
------------------------------------------

One thing I forgot. This will be mono compliant and will be tested against mono on debian. 

> .NET implementation of Avro
> ---------------------------
>
>                 Key: AVRO-533
>                 URL: https://issues.apache.org/jira/browse/AVRO-533
>             Project: Avro
>          Issue Type: New Feature
>            Reporter: Jeff Hammerbacher
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.