Oracle NoSQL Database Examples
version 12cR1.3.3.4

Package avro

A client application that illustrates the use of Avro bindings.

See: Description

Package avro Description

A client application that illustrates the use of Avro bindings.

The code can be found in KVHOME/examples/avro/. There are three separate examples in this directory:

 JsonExample.java
 GenericExample.java
 SpecificExample.java
Each of these demonstrates the use of a different type of binding: JsonAvroBinding, GenericAvroBinding and SpecificAvroBinding.

A comparison of the three types of bindings is found in their javadoc and the javadoc for AvroCatalog. It is also useful to compare the three examples side by side to see the differences.

Instructions for building and running each example are at the top of each example source file.

Oracle NoSQL Database Examples
version 12cR1.3.3.4

Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.