Description
Provides integration with Apache Avro – a data serialization system used by Apache Hadoop.
Installation
The current version of griffon-avro-plugin is 0.3
To install just issue the following command
Usage
Place your .apvr and/or .apsc sources at $basedir/src/avro. They will be automatically compiled to java sources (and classes) whenever the application is compiled. Alternatively you may call the avro command to compile avro sources at any time.
Additional dependencies may be required, particularly an implementation of sl4fj that suits your logging needs.
Scripts
- avro - compiles avro sources (
.avro) then compiles the generated java sources.
History
Version |
Date |
Notes |
|---|---|---|
0.3 |
03-11-11 |
Release sync with Griffon 0.9.2; Upgrade to Avro 1.4.1 |
0.2 |
07-22-10 |
Release sync with Griffon 0.9 |
0.1 |
04-18-10 |
Initial release |


