CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 05 Aug 2025 03:34:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100222050035
location: https://web.archive.org/web/20100222050035/https://github.com/apache/avro
server-timing: captures_list;dur=0.859839, exclusion.robots;dur=0.026793, exclusion.robots.policy;dur=0.012745, esindex;dur=0.014767, cdx.remote;dur=27.999327, LoadShardBlock;dur=286.941595, PetaboxLoader3.datanode;dur=125.454939, PetaboxLoader3.resolve;dur=91.897339
x-app-server: wwwb-app212
x-ts: 302
x-tr: 358
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 05 Aug 2025 03:34:34 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 22 Feb 2010 05:00:34 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "72a97c506eb8cb92f86bdca0a5d957d9"
x-archive-orig-x-runtime: 102ms
x-archive-orig-content-length: 24860
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 22 Feb 2010 05:00:35 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 22 Feb 2010 05:00:35 GMT", ; rel="memento"; datetime="Mon, 22 Feb 2010 05:00:35 GMT", ; rel="next memento"; datetime="Mon, 05 Jul 2010 14:36:55 GMT", ; rel="last memento"; datetime="Thu, 03 Jul 2025 00:05:22 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100222045148_crawl100-c/52_14_20100222050022_crawl101.arc.gz
server-timing: captures_list;dur=0.566661, exclusion.robots;dur=0.020591, exclusion.robots.policy;dur=0.008540, esindex;dur=0.012282, cdx.remote;dur=15.267393, LoadShardBlock;dur=261.408682, PetaboxLoader3.datanode;dur=143.761768, PetaboxLoader3.resolve;dur=181.982823, load_resource;dur=131.875705
x-app-server: wwwb-app212
x-ts: 200
x-tr: 476
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
apache's avro at trunk - GitHub
This service is courtesy of Pledgie.
apache / avro mirrored from git://git.apache.org/avro.git
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
trunk
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Mirror of Apache Avro — Read more

Thiruvalluvan M. G (author)
Sat Feb 20 16:54:29 -0800 2010
avro /
README.txt
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 and 1.5 (for Forrest docs) - Python: 2.5 or greater, python-setuptools for dist target - C: gcc, autoconf, automake, libtool, asciidoc, source-highlight - C++: g++, flex, bison, libboost-dev - Ruby: ruby 1.86 or greater, gem, rake, echoe, jajl-ruby - Apache Ant 1.7 - Apache Forrest 0.8 (for documentation, requires Java 1.5) - md5sum, sha1sum, used by top-level dist target BUILDING Once 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