Arke
The primitive arke, it's a type of abstract model that can represent a person, a place or a thing.
Persistence
When you create an Arke its information are stored inside our Database, according to the defined project, inside
the arke_unit
table. A list of parameters are linked to the arke and define its structure.
We have the id
column that stores the Universally Unique Identifier (UUID), the arke_id
column that stores the arke identifier
(for arke primitive it will always be arke), the data
column that stores parameters definition and their values, the metadata
column for additional info, the inserted_at
column to indicate when record is created and the updated_at
column to indicate when record is updated.
RESTful Endpoints
When you create an Arke a set of default API are generated to manage it, the API could be authenticated and could have restricted permissions, additional params are ready-to-use like sorting, filtering and more. Discover them in the dedicated RESTful API section.