Thanks David, then what classes/apis to use to direct the json formatted data to local stdout or a socket (so data can be sent over network to a remote box) instead of a local disk file?
--mj On Tue, Mar 22, 2011 at 10:11 AM, David Rosenstrauch <[email protected]>wrote: > On 03/22/2011 01:09 PM, Michael Jiang wrote: > >> New to avro. Want to get started by serializing some data to standard >> output, so that it can be consumed by next tool down the pipeline. I think >> this can be done but not sure what api to use in java (or python). Please >> give some hints and references to look at. Thanks. >> >> --mj >> > > The JsonEncoder can encode Avro data to textual JSON format. > > HTH, > > DR >
