Hi, what do you want to do?
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Serialization Formats
In this video, we will investigate different serialization formats and the support for Schema in AVRO, Protobuf, and Thrift.
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the PUT Endpoint for the CoffeeOrderService - PUT /coffee_orders/{id}
In this video, we will build the PUT endpoint in the controller, using which we can update an existing coffee order.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Coffee Update Event AVRO Schema
In this video, we will code and implement the AVRO Schema for the CoffeeOrder update event.
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Different Types of Naming Strategies
In this video, we will explore the different naming strategies that are available in Schema Registry.
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Modify Field Names - NONE Compatibility
In this video, we will code and learn about NONE compatibility in Schema Registry.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Add/Delete Optional Fields - FULL Compatibility
In this video, we will code and learn about FULL compatibility in Schema Registry.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Adding a New Field in Schema - FORWARD Compatibility
In this video, we will code and learn about FORWARD compatibility in Schema Registry.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Deleting a Field in Schema - BACKWARD Compatibility
In this video, we will code and learn about BACKWARD compatibility in Schema Registry.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Data Evolution and Schema Evolution
In this video, we will explain the data lifecycle and schema evolution in Schema Registry.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume "Key" as an AVRO Record
In this video, you will learn to produce keys that are also an AVRO record.
<
br/>
This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
<
br/>
This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Schema Registry Internals and Interacting with Schema Registry Using REST Endpoint
In this video, you will learn to interact with Schema Registry using the REST Client tool, Insomnia.
<
br/>
This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using...
<
br/>
This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consumer Record Using Schema Registry
In this video, we will code and learn about how the Producer and Consumer interacts with Schema Registry.
<
br/>
This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts...
<
br/>
This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Schema Registry
In this video, you will be introduced to Schema Registry and how the Producer and Consumer interacts with Schema Registry.
<
br/>
This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers -...
<
br/>
This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers -...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Evolving the Schema - Consumer Fails to Read the New Schema
Let's add a new field to the existing CoffeeOrder Schema and understand the behavior of the consumer app.
<
br/>
This clip is from the chapter "Schema Changes in AVRO - Issues without Schema Registry" of the series "Kafka for...
<
br/>
This clip is from the chapter "Schema Changes in AVRO - Issues without Schema Registry" of the series "Kafka for...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - What's Inside an AVRO Record?
In this video, you will learn about what's inside the AVRO record.
<
br/>
This clip is from the chapter "AVRO Record- Under the Hood" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, we...
<
br/>
This clip is from the chapter "AVRO Record- Under the Hood" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, we...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Date Logical Type
In this video, we will code and learn the date logical types.
<
br/>
This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you will...
<
br/>
This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you will...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Adding the UUID as Key for CoffeeOrder
In this video, we will code and learn to use UUID as a key column in our CoffeeOrder Producer.
<
br/>
This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Consumer
In this video, we will code and consume the coffee order AVRO record from the Kafka topic.
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build a Coffee Shop Order Producer
In this video, we will code and produce the coffee order AVRO record to a Kafka topic.
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
<
br/>
This clip is from the chapter "Coffee Shop Order Service Using AVRO - A Real-Time Use Case" of the series "Kafka for Developers - Data...
Curated Video
Master SQL for Data Analysis - Loading the Books Datasets
This video discusses the PostgreSQL database management system and loading the required datasets for training purposes.
<
br/>
This clip is from the chapter "Getting Started with Level 2" of the series "Master SQL for Data...
<
br/>
This clip is from the chapter "Getting Started with Level 2" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Database Dictionary
We will explore the data-storing area called the dictionary, which stores constraints, filters, functions, lists, and so on.
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for...
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for...
Curated Video
Master SQL for Data Analysis - Creating - Database and Schema
This lesson will teach us how to create a database and schema using the PostgreSQL software.
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This...
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This...
Curated Video
Master SQL for Data Analysis - Schema, Metadata, Data Dictionary
Let's learn how to create multiple relational database instances and define the needed table for each entity type.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This...
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Produce and Consume Using AVRO Console Producer and Consumer
In this video, you will learn to produce and consume AVRO messages using AVRO Console Producer and Consumer.
<
br/>
This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers -...
<
br/>
This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers -...