reference

Data Model

Lewis Sheridan
#data model

Understanding the Backplane data model is key to leveraging Backplane.

The table below shows the entity relationships.

Data Hierarchy

ScopeDescriptionParentBudget Scope
OrganisationThis is the root of your tenancy-Yes
PlatformContains many ProductsOrganisationYes
ProductContains one or many AppsPlatformYes
AppApp belongs to a single CloudProduct-
EnvironmentApps contain one or many environments depending on template usedApp-

Organisations

Platforms

CLI: To add a new platform, first login e.g. bp auth login -e user@backplane.cloud -p *****

bp platform add --displayname 'My new Platform'

Products

To add a new Product

bp product add --displayname 'My new Product'

Apps

tip To add an App to an existing Product

bp app add --displayname 'My new App' --cloud azure --template default

info Multi Organisation and Specifying Platform and Product-level Cloud Credentials is on the Roadmap

← Back to Documentation