HttpTranceiver and JSON-encoded Avro?

2012-02-15 Thread Frank Grimes
Hi All, Is there any way to send Avro data over HTTP encoded in JSON? We want to integrate with Node.js and JSON seems to be the best/simplest way to do so. Thanks, Frank Grimes

Re: HttpTranceiver and JSON-encoded Avro?

2012-02-15 Thread Russell Jurney
FWIW, there are avro libs for JavaScript and node on github. Russell Jurney http://datasyndrome.com On Feb 15, 2012, at 7:32 AM, Frank Grimes frankgrime...@gmail.com wrote: Hi All, Is there any way to send Avro data over HTTP encoded in JSON? We want to integrate with Node.js and JSON

Re: HttpTranceiver and JSON-encoded Avro?

2012-02-15 Thread Scott Carey
See https://issues.apache.org/jira/browse/AVRO-485 for some discussion on JavaScript for Avro. Please comment in that ticket with your needs and use case. The project would welcome a JavaScript implementation. On 2/15/12 2:07 PM, Frank Grimes frankgrime...@gmail.com wrote: Are there any fast