Glossary
#
WorkspaceYour (git) repository with one or more Contember projects.
#
ProjectEvery project contains Contember Schema definition for your simple website, blog or any other content-based platform or database. Optionally any project can have its Contember Admin.
#
InstanceA running Contember Engine server hosting as many Contember projects as you like (and providing their Content API). Each instance has a single Tenant API, so you can store and manage access from a single point.
#
Content APIThe main GraphQL API for your project. It is automatically generated from your schema definition
#
System APIIs a complementary API for your project. Used to manage schema migrations and stages.
#
Tenant APIUsing this API you can manage users, API keys and project memberships on an instance
#
Project SchemaDefinition of your model, ACL rules and input validation rules.
#
Project Schema MigrationsChronologically sorted immutable JSON files containing all schema changes. These files are "source of true" of a schema.
#
EventEach operation you make in your data is stored in an event log. This log can be used for history.
#
SuperadminIs a special user role. This user is the most powerful user of a system.