How to graphically represent and manage avache avro schema

I have been working with apache avro lately when I was writing avro schema files myself, now I am dealing with a different schema of developers and looking for a tool to visualize the schema to save me someday, and it would be better if this tool is also able to manipulate the schema. My question is: are there any tools I need?

+8
source share
1 answer

I don’t have a representative for comments, so I leave this as an answer: this is not a visualization tool, but if you are dealing with several schemes, I highly recommend writing protocol files ( Avro IDL ) instead of directly writing schemes, They are much easier to read, and each The log file can be compiled into multiple schema files.

Since it can briefly identify several schema files, it can make it easy to get dependencies without having to browse.

0
source

Source: https://habr.com/ru/post/1244530/


All Articles