Skip to content

Test your nested AVRO schema against your data to find discrepancies and errors

License

Notifications You must be signed in to change notification settings

mostafa/nested-avro-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 tests.

How to use

To use this, you must have Go installed on your machine.

  1. Clone this repository or download the code.
  2. Run it using go run main.go <schema-file> <data-file> command. An example nested AVRO schema and data file is provided in the example directory.

About

Test your nested AVRO schema against your data to find discrepancies and errors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages