redpanda-data / console

Redpanda Console is a developer-friendly UI for managing your Kafka/Redpanda workloads. Console gives you a simple, interactive approach for gaining visibility into your topics, masking data, managing consumer groups, and exploring real-time data with time-travel debugging.
https://redpanda.com
3.67k stars 337 forks source link

Schema integration on topics page #340

Open vuldin opened 2 years ago

vuldin commented 2 years ago

It would be nice to see some details around the associated schema for this topic (if any) on the topic page itself... even if this were just a link back to the schema page. But one thing that could be awesome is making this be a visual data governance tool, where each message is color-coded and/or given some grade signifying how well they match the associated schema.

image

This mockup shows:

I'm sure there's all sorts of ways to improve on this idea. But this gives a rough example of something that I know some organizations getting into event streaming and data governance would really be interested in. There aren't many data governance tools out there that handle events, and even less that handle events well and do it in a visually appealing way. This can be the first one!

twmb commented 8 months ago

A ton of work went into schema reg this release, this is partially done but maybe not all of it? Tagging @vladoschreiner to check what of this proposal we may want to pull into future work.