Resource Center¶
Resource Center is a core concept in the MatrixOne Intelligence product model. This page explains the problems it solves, its relationships with other objects, and its usage boundaries.
Definition¶
Resource Center centrally organizes Catalog, compute resources, and the platform’s reusable data and runtime capabilities.
Catalog represents the asset hierarchy through directories, databases, volumes, tables, and files.
Compute resources provide workflow Workers with configurable specifications, replicas, and auto-suspend capabilities.
Object relationships¶
Connection tasks write external data into Catalog, where workflows and knowledge bases continue to consume these assets.
Data sharing uses Catalog objects as the unit of publication and creates subscription relationships in target workspaces.
Before deleting assets or compute resources, inspect dependencies from workflows, knowledge bases, sharing, and running tasks.
Design principles¶
Use least privilege and keep credentials in managed configuration.
Start by validating with minimal data or test objects, then expand the scope.
Version executable configuration and retain each run as an execution record.
Do not equate a visible entry with backend availability or resource authorization.
Note
These pages follow the current MOI 5.0 product model. If an entry is missing, check the workspace, permissions, and feature flags.