Skip to content
/ avro Public
forked from apache/avro

RADLab Specific Modifications to Apache Avro

License

Notifications You must be signed in to change notification settings

radlab/avro

This branch is 6 commits ahead of, 4321 commits behind apache/avro:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 4, 2010
Mar 25, 2010
Feb 4, 2010
Jan 26, 2010
Feb 11, 2010
Jan 16, 2010
Jan 16, 2010
Jan 20, 2010
Feb 11, 2010

Repository files navigation

Avro README

Avro is a data serialization system.

Please build and read the documentation for more details.

REQUIREMENTS

The following packages must be installed before Avro can be built:

 - Java: JDK 1.6
 - Python: 2.5 or greater
 - C: gcc, autoconf, automake, libtool, asciidoc 
 - C++: g++, flex, bison, libboost-dev
 - Ruby: ruby, gem, rake, echoe, jajl-ruby
 - Apache Ant 1.7
 - Apache Forrest 0.8 (for documentation, requires Java 1.5)

BUILDING

One the requirements are installed, build.sh can used as follows:

 './build.sh test' runs tests for all languages
 './build.sh dist' creates all release distribution files in dist/
 './build.sh clean' removes all generated artifacts

About

RADLab Specific Modifications to Apache Avro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 50.5%
  • C 21.1%
  • Python 14.1%
  • C++ 7.3%
  • Ruby 5.8%
  • Shell 1.2%