About the data model

The data model in the Dgraph consists of data sets, records, and attributes.

  • Data sets contain records.
  • Records are the fundamental units of data.
  • Attributes are the fundamental units of the schema. For each attribute, a record may be assigned zero, one, or more attribute values.