MGH Docs¶
Central documentation for Marnissi Group Holdings — architecture decisions, operational guides, onboarding, and engineering standards.
This site covers both brands operated by the group:
- MGH (parent) —
marnissi-holdings.com - Quantmods (subsidiary, quant-finance solutions) —
quantmods.com
Sections¶
- Architecture — Global system architecture, draw.io schemas, cross-cloud topology.
- ADRs — Architecture Decision Records, sequence-numbered. Read these before changing the cloud stack.
Repositories¶
The workspace spans 9 repositories under MARNISSI-GROUP-HOLDINGS:
| Repo | Purpose |
|---|---|
mgh-website |
MGH public corporate site (Next.js) |
quantmods-website |
Quantmods public corporate site (Next.js) |
mgh-admin-ui |
Internal admin platform UI (React + FSD) |
mgh-admin-api |
Internal admin platform API (FastAPI + hexagonal) |
mgh-docs |
This documentation site (MkDocs Material) |
infra |
IaC: OpenTofu + Ansible across OCI + Cloudflare |
devops |
Shared GitHub Actions reusable workflows |
labs |
R&D, prototypes, throwaway PoCs |
.github |
Org community files (SECURITY, CONTRIBUTING, CODE_OF_CONDUCT) |
Stack at a glance¶
| Layer | Provider | Free-tier role |
|---|---|---|
| Edge | Cloudflare | DNS, CDN, HTTPS, WAF, Tunnel, Access, Email Routing, Workers, Pages |
| Compute & data | Oracle Cloud Infrastructure (eu-milan-1) | ARM A1 / E2.1.Micro VPS, Object Storage, OCIR, Email Delivery |
| Identity | Google Workspace | OIDC IdP for CF Access; primary domain + alias domain |
| CI | GitHub Actions | github-hosted runners on free-tier minutes |
See the Architecture section for the global topology diagram.