https://github.com/mostafa/nested-avro-schema
Test your nested AVRO schema against your data to find discrepancies and errors
https://github.com/mostafa/nested-avro-schema
Last synced: 2 months ago
JSON representation
Test your nested AVRO schema against your data to find discrepancies and errors
- Host: GitHub
- URL: https://github.com/mostafa/nested-avro-schema
- Owner: mostafa
- License: apache-2.0
- Created: 2024-04-29T12:40:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T12:47:08.000Z (about 2 years ago)
- Last Synced: 2025-12-26T10:46:58.225Z (6 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nested-avro-schema
If you have a nested AVRO schema and you want to test it against your data, this small tool is for you. This tool will help you to find discrepancies and errors in your data, so that you can fix them before you run [xk6-kafka](https://github.com/mostafa/xk6-kafka) tests.
## How to use
To use this, you must have Go installed on your machine.
1. Clone this repository or [download the code](https://github.com/mostafa/nested-avro-schema/archive/refs/heads/main.zip).
2. Run it using `go run main.go ` command. An example nested AVRO schema and data file is provided in the `example` directory.