Polyrepo root for the OPIS (Operational Process Integration System) platform. This repository tracks shared configuration, documentation, scripts, and AI tooling. Each microservice lives in its own repository on Azure DevOps (or GitHub).
| Repository | Platform | Description |
|---|---|---|
| integrate-opis-argo-applications | ADO | Helm charts and ArgoCD configs |
| opis-atom-cloud | ADO | Atom Cloud runtime |
| opis-atom-cloud-self-service | ADO | Atom Cloud self-service portal |
| opis-availability-tests | ADO | Service monitoring |
| opis-boomi-api | ADO | Boomi platform integration |
| opis-boomi-mcp | ADO | Boomi MCP integration |
| opis-cds-agent | ADO | Cloud Data Service Agent |
| opis-cds-agent-dto | ADO | CDS Agent data transfer objects |
| opis-connector-all | ADO | Multi-project connectors |
| opis-db-provisioner | ADO | Database provisioning |
| opis-ips | ADO | Integration Processing Service (core) |
| opis-notification-service | ADO | Notification service |
| opis-notification-service-next | GitHub | Notification service (next gen) |
| opis-observability | ADO | Grafana dashboards and metrics |
| opis-process-reporting-widget | ADO | Reporting dashboard (React/TypeScript) |
| opis-shared-library | ADO | Shared Java library |
| opis-ui-service | ADO | UI Backend REST APIs |
| opis-vault-migration-tool | ADO | Vault migration tool |
| opis-web | ADO | Main web app (JavaScript/Webpack) |
- Git with SSH access to Azure DevOps (
intappdevopsorg) - Java 11, Node.js 18+
- Docker (for local Kubernetes)
# 1. Clone this root repo
git clone https://github.com/andaltdev/Integrate_OPIS.git
cd Integrate_OPIS
# 2. Clone all microservice repos
./scripts/clone-all.shcp .env.postgres.example .env.postgres
chmod 600 .env.postgres
# Edit .env.postgres with your connection stringCLAUDE.md/README.md- Project documentation.claude/- Claude Code settings (shared).mcp.json- MCP server configuration.specify/- Specification filesspecs/- Technical specificationsscripts/- Developer tooling scripts