Get Started Free
Wade Waldron

Wade Waldron

Staff Software Practice Lead

Stream Catalog

Overview

The Confluent Stream Catalog provides a set of tools that make it easier to discover and use streams. Using the Catalog, we can tag streams with relevant details to make them easier to find. We can search through schemas to determine exactly what information is stored in a given stream. And, once we locate the stream, we can add business metadata to help us determine who is responsible for the stream, and what its purpose is. In this video, we'll explore how to use the Stream Catalog. We'll see how to tag streams, add business metadata, search for streams, and use the REST and GraphQL APIs.

Topics:

  • Tagging Streams
  • Business Metadata
  • Searching the Catalog
  • Catalog REST API
  • Catalog GraphQL API

Code

REST API Example

	curl -u <API-KEY>:<API-SECRET> \
	--request GET \
	--url '<SCHEMA-REGISTRY-URL>/catalog/v1/search/basic?type=sr_field&query=orderId'

GraphQL API Example

	curl -u <API-KEY>:<API-SECRET> \
	--request POST \
	-H 'content-type: application/json' \
	--url '<SCHEMA-REGISTRY-URL>/catalog/graphql' \
	--data '{	"query":"{ sr_field(tags: [\"PII\"]) { name qualifiedName } }" }'

Resources

Use the promo code GOVERNINGSTREAMS101 to get $25 of free Confluent Cloud usage

Be the first to get updates and new content

We will only share developer content and updates, including notifications when new content is added. We will never send you sales emails. 🙂 By subscribing, you understand we will process your personal information in accordance with our Privacy Statement.