πXGraph
XGraph
Pronunciation: eXtensible Graph.
Describes the path that an application traverses on the platform. Paths are declared YAMLs composed from config, compute, database and the application source code.
Application LifeCycle Path
The deployment of an application on the platform consists of several key components, each defined within a YAML file. This structured approach ensures a smooth deployment process and provides a clear overview of the application architecture.
Components
Config: Contains environment variables and other configuration settings required for the application to run.
Compute: Specifies the compute resources allocated for the application, such as CPU and memory limits.
Database: Defines the database resources, ensuring the application has the necessary storage capabilities.
Source Code: The actual code of the application, referencing its location for deployment.
By defining each aspect of the application within these YAMLs, developers can easily manage and update application settings without impacting the underlying infrastructure. This modularity also allows for more efficient troubleshooting and scaling.
Application Development Path
Application Observable Path
Last updated
