The Role of Core Data Services
Core Data Services (CDS) are a fundamental concept in CAP. They provide the means to declaratively capture data models as well as service models.
Watch the video to understand the model-based approach.
In this lesson we will focus on domain models. Service models will be covered in the next lesson.
The Nature of Models
CDS models are represented in Core Schema Notation (CSN). CSN (pronounced like "season") is similar to JSON Schema, but goes beyond the capabilities of JSON to capture full-blown entity-relationship models and extensions.
Watch the video to get an overview of the source and target formats of the CDS models.
In this learning, we will define models in .cds files.





