Your friendly neighborhood Avro schema compatibility checker.
[](https://github.com/vertexclique/degauss/actions/workflows/cicd.yml) [](https://crates.io/crates/degauss) [](https://docs.rs/degauss)
cargo install degauss
Check the compatibility of your schemas
degauss -s tests/data/movies-raw-reader.avsc tests/data/movies-raw-writer.avsc -c full-transitive
Check the compatibility and set the exit status in case of a failure.
degauss -s tests/data/movies-raw-reader.avsc tests/data/movies-raw-writer.avsc -c full-transitive --exit-status