You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jérôme Beau edited this page Mar 4, 2018
·
1 revision
Strictly speaking, meta-data is data about data. That is, a way to describe data (specify its semantics, relationships with other data, and so on).
Archipelago uses 3 types of metadata :
the database schema, that describes the structure of some existing database and the way it can be accessed.
that meta model, that describes the structure of the data the user wants to handle. That is, the structure of the view through which concrete data are to be viewed.
the database mapping, that describes the rules to link/match/convert between the 2.
The reference implementation of the Archipelago project will provide :