/[Apache-SVN]
ViewVC logotype

Revision 1717850


Jump to revision: Previous Next
Author: blue
Date: Thu Dec 3 21:35:44 2015 UTC (8 years, 4 months ago)
Changed paths: 36
Log Message:
AVRO-1747: JavaScript: Add implementation.

A few features:

+ Fast! Typically twice as fast as JSON with much smaller encodings.
+ Full Avro support, including recursive schemas, sort order, and
  evolution.
+ Serialization of arbitrary JavaScript objects via logical types.
+ Unopinionated 64-bit integer compatibility.
+ No dependencies, it even runs in the browser.

The previous API is included with deprecation warnings (this adds
`underscore` as a dependency).

Changed paths

Path Details
Directoryavro/trunk/CHANGES.txt modified , text changed
Directoryavro/trunk/lang/js/Gruntfile.js deleted
Directoryavro/trunk/lang/js/LICENSE added
Directoryavro/trunk/lang/js/NOTICE added
Directoryavro/trunk/lang/js/README deleted
Directoryavro/trunk/lang/js/README.md added
Directoryavro/trunk/lang/js/build.sh modified , text changed
Directoryavro/trunk/lang/js/doc/ added
Directoryavro/trunk/lang/js/doc/API.md added
Directoryavro/trunk/lang/js/doc/Advanced-usage.md added
Directoryavro/trunk/lang/js/doc/Home.md added
Directoryavro/trunk/lang/js/etc/ added
Directoryavro/trunk/lang/js/etc/browser/ added
Directoryavro/trunk/lang/js/etc/browser/avro.js added
Directoryavro/trunk/lang/js/etc/browser/crypto.js added
Directoryavro/trunk/lang/js/etc/deprecated/ added
Directoryavro/trunk/lang/js/etc/deprecated/Gruntfile.js
(Copied from avro/trunk/lang/js/Gruntfile.js, r1717830)
added , text changed
Directoryavro/trunk/lang/js/etc/deprecated/README
(Copied from avro/trunk/lang/js/README, r1717830)
added , text changed
Directoryavro/trunk/lang/js/etc/deprecated/test_validator.js
(Copied from avro/trunk/lang/js/test/validator.js, r1717830)
added , text changed
Directoryavro/trunk/lang/js/etc/deprecated/validator.js
(Copied from avro/trunk/lang/js/lib/validator.js, r1717830)
added , text changed
Directoryavro/trunk/lang/js/lib/files.js added
Directoryavro/trunk/lang/js/lib/index.js added
Directoryavro/trunk/lang/js/lib/schemas.js added
Directoryavro/trunk/lang/js/lib/utils.js added
Directoryavro/trunk/lang/js/lib/validator.js deleted
Directoryavro/trunk/lang/js/package.json modified , text changed
Directoryavro/trunk/lang/js/test/dat/ added
Directoryavro/trunk/lang/js/test/dat/Id.avsc added
Directoryavro/trunk/lang/js/test/dat/Person.avsc added
Directoryavro/trunk/lang/js/test/dat/person-10.avro added
Directoryavro/trunk/lang/js/test/dat/person-10.avro.raw added
Directoryavro/trunk/lang/js/test/dat/person-10.no-codec.avro added
Directoryavro/trunk/lang/js/test/test_files.js added
Directoryavro/trunk/lang/js/test/test_schemas.js added
Directoryavro/trunk/lang/js/test/test_utils.js added
Directoryavro/trunk/lang/js/test/validator.js deleted

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26