1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
## Apache Avro™
Apache Avro™ is a data serialization system. To learn more, please visit our [website](https://avro.apache.org/).
### Documentation
Apache Avro documentation is maintained on our [wiki](https://cwiki.apache.org/confluence/display/AVRO/Index).
### Contributing
To contribute to Avro, please read [How to Contribute](https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute) on the wiki.
### License, Credits and Acknowledgements
License, credits and acknowledgements are maintained in the [LICENSE.txt](https://github.com/apache/avro/blob/master/LICENSE.txt) and [NOTICE.txt](https://github.com/apache/avro/blob/master/NOTICE.txt) in the source code repository. Those files are also included with the installed package.
|