{"id":26256481,"url":"https://github.com/netcracker/qubership-integration-runtime-catalog","last_synced_at":"2026-04-13T15:00:41.946Z","repository":{"id":268554025,"uuid":"902899042","full_name":"Netcracker/qubership-integration-runtime-catalog","owner":"Netcracker","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-03T17:05:34.000Z","size":2056,"stargazers_count":2,"open_issues_count":23,"forks_count":11,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-04-03T17:14:48.343Z","etag":null,"topics":["qip","qubership-integration"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Netcracker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-13T13:53:42.000Z","updated_at":"2026-03-25T11:29:27.000Z","dependencies_parsed_at":"2026-01-06T02:03:55.649Z","dependency_job_id":null,"html_url":"https://github.com/Netcracker/qubership-integration-runtime-catalog","commit_stats":null,"previous_names":["netcracker/qubership-integration-runtime-catalog"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/Netcracker/qubership-integration-runtime-catalog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-integration-runtime-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-integration-runtime-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-integration-runtime-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-integration-runtime-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Netcracker","download_url":"https://codeload.github.com/Netcracker/qubership-integration-runtime-catalog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-integration-runtime-catalog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["qip","qubership-integration"],"created_at":"2025-03-13T20:18:14.805Z","updated_at":"2026-04-13T15:00:41.940Z","avatar_url":"https://github.com/Netcracker.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qubership Integration Platform - Runtime Catalog\n\nRuntime Catalog Service is a part of Qubership Integration Platform.\nIt provides an API to manage integration flows (so-called integration chains) snapshots and deployments.\nService publishes information about integration chain deployments to Consul from where it is fetched by [Engine](https://github.com/Netcracker/qubership-integration-engine).  \nAll operations on integration chains are being logged, and an API is provided to get the action journal.\n\n## Installation\n\nRuntime Catalog Service is a Spring Boot Application and requires Java 21 and Maven to build.\n[Dockerfile](Dockerfile) is provided to build a containerized application.\nIt can be run locally using a [Docker compose configuration](https://github.com/Netcracker/qubership-integration-platform).\n\n## Configuration\n\nApplication parameters can be set by environment variables.\n\n| Environment variable              | Default value                                        | Description                                                                                                                            |\n|-----------------------------------|------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| TOMCAT_PORT                       | 8080                                                 | Port to listen                                                                                                                         |\n| ROOT_LOG_LEVEL                    | INFO                                                 | Logging level                                                                                                                          |\n| CONSUL_URL                        | `http://consul:8500/`                                | Consul URL                                                                                                                             |\n| CONSUL_ADMIN_TOKEN                |                                                      | Consul assess token                                                                                                                    |\n| ACTION_LOG_CLEANUP_INTERVAL       | 14 days                                              | Maximum age of action log records. Records older than specified value will be deleted. Examples: '1 hour', '7 days', '2 years 3 month' |\n| ACTION_LOG_CLEANUP_CRON           | 0 0 0 ? * SAT                                        | Action log cleanup task schedule in cron expression format                                                                             |\n| MAX_UPLOAD_MULTIPART_FILE_SIZE    | 25                                                   | Maximum file size to upload, MB. Limits data size for upload operations like import of integration chain definitions.                  |\n| KUBE_TOKEN_PATH                   | /var/run/secrets/kubernetes.io/serviceaccount/token  | Kubernetes token path                                                                                                                  |\n| KUBE_CERT_PATH                    | /var/run/secrets/kubernetes.io/serviceaccount/ca.crt | Kubernetes certificate path                                                                                                            |\n| MICROSERVICE_NAME                 |                                                      | Microservice name.                                                                                                                     |\n| DEPLOYMENT_VERSION                | v1                                                   | Deployment version for bluegreen.                                                                                                      |\n| NAMESPACE                         |                                                      | Kubernetes namespace.                                                                                                                  |\n| ORIGIN_NAMESPACE                  |                                                      | Origin namespace for bluegreen.                                                                                                        |\n| TRACING_ENABLED                   | false                                                | If true, enables application tracing via OpenTelemetry protocol.                                                                       |\n| TRACING_HOST                      |                                                      | Tracing endpoint URL.                                                                                                                  |\n| TRACING_SAMPLER_PROBABILISTIC     | 0.01                                                 | Tracing sampling probability. By default, application samples only 1% of requests to prevent overwhelming the trace backend.           |\n| POSTGRES_URL                      | postgres:5432/postgres                               | Database URL                                                                                                                           |\n| POSTGRES_USER                     | postgres                                             | Database user                                                                                                                          |\n| POSTGRES_PASSWORD                 | postgres                                             | Database password                                                                                                                      |\n| PG_MAX_POOL_SIZE                  | 30                                                   | The maximum number of connections that can be held in the connection pool.                                                             |\n| PG_MIN_IDLE                       | 0                                                    |                                                                                                                                        |\n| PG_IDLE_TIMEOUT                   | 300000                                               | Sets the maximum allowed idle time between queries, when not in a transaction.                                                         |\n| PG_LEAK_DETECTION_INTERVAL        | 30000                                                | The maximum number of milliseconds that a client will wait for a connection from the pool.                                             |\n| QIP_EXPORT_REMOVE_UNUSED_SPECS    | true                                                 | Enables removal of unsed specifications from exported data.                                                                            |\n| QIP_REGISTER_INGRESS_CHAIN_ROUTES | true                                                 | Marks integration endpoints to be registered in ingress.                                                                               |\n| QIP_REGISTER_EGRESS_CHAIN_ROUTES  | true                                                 | Marks outcoming routes to be registered in egress.                                                                                     |  \n| QIP_EXPORT_LEGACY_FORMAT          | false                                                | Export configuration in \"old\" format.                                                                                                  |  \n\nConfiguration can be overridden with values stored in Consul.\nThe ```config/${NAMESPACE}``` prefix is used.\n\nApplication has 'development' Spring profile to run service locally with minimum dependencies.\n\n## Dependencies\n\n- Consul service.\n- Access to Kubernetes API.\n- PostgreSQL database.\n\n## Contribution\n\nFor the details on contribution, see [Contribution Guide](CONTRIBUTING.md). For details on reporting of security issues see [Security Reporting Process](SECURITY.md).\n\nThe library uses [Checkstyle](https://checkstyle.org/) via [Maven Checkstyle Plugin](https://maven.apache.org/plugins/maven-checkstyle-plugin/) to ensure code style consistency among Qubership Integration Platform's libraries and services. The rules are located in a separate [repository](https://github.com/Netcracker/qubership-integration-checkstyle).\n\nCommits and pool requests should follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) strategy.\n\n## Licensing\n\nThis software is licensed under Apache License Version 2.0. License text is located in [LICENSE](LICENSE) file.\n\n## Additional Resources\n\n- [Qubership Integration Platform](https://github.com/Netcracker/qubership-integration-platform) — core deployment guide.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcracker%2Fqubership-integration-runtime-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcracker%2Fqubership-integration-runtime-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcracker%2Fqubership-integration-runtime-catalog/lists"}