This is the Linux app named Apache Avro whose latest release can be downloaded as release-1.11.3.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Apache Avro with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
Apache Avro
DESCRIPTION:
Apache Avro™ is a data serialization system. Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation is an optional optimization, is only worth implementing for statically typed languages. Avro relies on schemas. When Avro data is read, the schema used when writing it is always present. This permits each datum to be written with no per-value overheads, making serialization both fast and small. This also facilitates use with dynamic, scripting languages, since data, together with its schema, is fully self-describing. When Avro data is stored in a file, its schema is stored with it, so that files may be processed later by any program. If the program reading the data expects a different schema this can be easily resolved, since both schemas are present.
Features
- Rich data structures
- A compact, fast, binary data format
- A container file, to store persistent data
- Remote procedure call (RPC)
- Simple integration with dynamic languages
- Code generation is not required to read or write data files nor to use or implement RPC protocols
Programming Language
Java
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/apache-avro.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.