Get Started with the Catalog
Introduction
Catalog is an open, standards-based metadata repository that enables Mendix developers and administrators to discover and explore data sources throughout their connected ecosystem. This repository is accessible to authorized users in your company on the web app, catalog.mendix.com, or through Catalog APIs.
Your Company’s Catalog
Log in with your company credentials to catalog.mendix.com to see what metadata has been shared in your company.
Depending on your user role and use case, you can do the following:
- Register data sources to be used in other apps in your company
- Consume data sources in your company’s Catalog
- Manage data sources as a data source owner or as an administrator
Catalog and App Deployment Methods
You can use the Catalog with any deployment method, though there are differences in how data sources are registered for each deployment method. The chart below outlines these differences.
Deployment Method | How are Data Sources Registered? |
---|---|
Mendix Cloud | Published OData/REST services and Business Events services in a deployed app are registered automatically as data sources in the Catalog Register sources using the Registration API |
Private Cloud | Using the Registration API |
On-Premises | Using the Registration API |
Once data sources are registered, the metadata is stored in the Catalog so that you can share these sources with authorized users in your company.
Try It Out
Follow Share Data Between Apps to use the Catalog to share data between two Mendix apps.
Build on this experience by learning how to write data to another app.
Processes and Properties
Catalog goes into detailed information on the Catalog’s processes and properties. This is helpful if you are looking for explanations of what you see in the Catalog UI (catalog.mendix.com) and how parts of the UI relate to each other.