The Prometheus-X Catalog Registry is a REST API service designed to handle updates of reference models from the Prometheus-X Reference Models GitHub repository and synchronize them with a database. In addition, it provides support for catalog instance-defined reference models, including roles, value sharing, business models, building blocks, requirements, and more.
The Catalog Registry is one of the components allowing management of the catalog. Even though it is independant and serves its own purpose, users of a catalog will need interaction with more than one service. Thus, if you want to run a full catalog, consider looking into deploying the Catalog API and the Ecosystem Matcher.
In addition, the Prometheus-X Full specifications can be found on the Prometheus-X docs repo/wiki
The Prometheus-X Catalog Registry offers the following features:
Reference Model Updates: The service automates the process of updating reference models from the Prometheus-X Reference Models GitHub repository. It ensures that the latest versions are synchronized with the database, providing up-to-date information to catalog participants and administrators.
Catalog Instance-defined Reference Models: In addition to the core reference models, the registry allows catalog participants to define their own reference models. This feature enables customization and flexibility within the data ecosystem, accommodating specific roles, value sharing mechanisms, business models, building blocks, requirements, and other related entities.
REST API: The Prometheus-X Catalog Registry is built as a RESTful API, making it easy to integrate and interact with other services or applications. Catalog participants and data ecosystem administrators can utilize the API to retrieve and create information for the registry.
To install and run the Prometheus-X Catalog Registry without docker, follow these steps:
git clone https://github.com/prometheus-x/catalog-registry.git
cd catalog-registry
npm install
npm run db:init
npm run build
npm run start
git clone https://github.com/prometheus-x/catalog-registry.git
cd catalog-registry
docker-compose up -d
docker-compose build
and restart with: docker-compose up -d
docker run -d -p your-port:your-port --name catalog-registry catalog-registry
after running docker-compose build
For detailed information on how to use the Prometheus-X Catalog Registry API, refer to the API documentation. The documentation provides comprehensive details on the available endpoints, request/response formats and examples.
You can access the API documentation from your instance at http://your-registry-url/docs
after starting the application.
You can also access the github pages of this repository that services an example swagger for easy access without installing the project.
Contributions to the Prometheus-X Catalog Registry are welcome! If you would like to contribute, please follow these steps:
Please ensure that your contributions align with the project’s coding standards, have proper test coverage, and include necessary documentation or updates to existing documentation.
The Prometheus-X Catalog Registry is released under the MIT License. You are free to use, modify, and distribute the software as per the terms specified in the license.
If you encounter any issues or have questions regarding the Prometheus-X Catalog Registry, feel free to open an issue on the GitHub repository. The project maintainers and community members will be happy to assist you.