Click or drag to resize

Introduction to the data model

[This is preliminary documentation and is subject to change.]

This topic will help you learn more about the platform independent model used to describe the structure of data.

Database schema

The Database schema describes the structure of data, regardless of its stored form. This Conceptual Data Model borrows from the Entity-Relationship Model with the basics concepts of entities, properties, keys and foreign keys relationships.

Item

Concept

Stored form

datasource 16x 16 Data source

A data source is a collection of data with a specific representation of its structure as entities and relationships.

Dbms databases, files, online services...

dataentity 16x 16 Data entity

Entities are collections of objects constructed from properties with a unique entity key.

Database table, service entity, worksheet, file...

dataproperty 16x 16 Data property

Properties define the shape and characteristics of data.

Table column, file field...