This guide will help you set up a service catalog for your microservices using Port.
- 🔄 Fork the demo repository: https://github.com/port-labs/microservices-demo/tree/main
- If you rename the repository, be sure to note the new name for later steps
- ✨ Create a free Port account at https://app.getport.io/signup
-
In this example, we'll use GitHub as our integration source.
-
Select GitHub as your integration source
-
Install the Port GitHub app and grant permissions for your forked repo
If automatic setup doesn't work:
- Click the
Builder
button in the top right - Select
Data sources
from the left sidebar - Click
New data source
- Navigate to Data Sources or click the
Builder
button in the top right and selectData sources
from the left sidebar - Locate your GitHub integration under
Exporters
- Click on the card or click the
three dots
menu →Edit
- Add the following configuration to the
Mapping
section on the bottom-left:
resources:
- kind: folder
selector:
query: "true"
folders:
- path: src/* # Relative path to the folders within the repositories.
repos: # List of repositories to include folders from.
- microservices-demo
port:
entity:
mappings:
identifier: ".folder.name"
title: ".folder.name"
blueprint: '"service"'
properties:
url: .repo.html_url + "/tree/" + .repo.default_branch + "/" + .folder.path
readme: file://README.md
Important
If you renamed your repository after forking, make sure to update the microservices-demo
value under repos:
in the mapping configuration above to match your new repository name.
- Click
Save & Resync
and wait for synchronization to complete
Once synced, you can access your service catalog!
Click Catalog
at the top page and pick Services
from the left sidebar or click here, where you'll find:
-
Service Scorecards for quality metrics
Learn more about scorecards here
If you see no services, check the following:
- Ensure that you forked this repository
- Ensure that Port's GitHub app is installed and has the necessary permissions for this forked repository
- If you renamed the repository after forking, make sure to update the
microservices-demo
value underrepos:
in the mapping configuration above to match your new repository name
To enhance your service catalog with programming language information, proceed to: Adding Language Information