Schema Registry in Trucking IoT
Overview
NOTICE
As of January 31, 2021, this tutorial references legacy products that no longer represent Cloudera’s current product offerings.
Please visit recommended tutorials:
- How to Create a CDP Private Cloud Base Development Cluster
- All Cloudera Data Platform (CDP) related tutorials
Introduction
Schema Registry is a centralized repository for schemas and metadata. In this tutorial, we cover exactly what that means, and what Schema Registry provides a data pipeline in order to make it more resilient to different shapes and formats of data flowing through a system.
Prerequisites
- Downloaded and deployed the Cloudera DataFlow (CDF) Sandbox
Outline
Outline the different individual tutorials of the series and what the reader will learn in each one.
- Benefits of a Schema Registry- Go over what Schema Registry is and what benefits it provides a modern data architecture.
- Schema Registry Architecture - Take a closer look at what components make up this service and what makes up a schema.
- Using the Schema Registry Web Interface- Go through the task of creating a new, evolving, schema using Schema Registry's web interface.
- Using the Java API with Scala- Optional: For developers interested in leveraging the service's Java API to program tasks.