Files
info-tech-canon/infospace/examples/small-saas/README.md
2026-05-23 04:26:28 +02:00

15 lines
505 B
Markdown

# Small SaaS Example
This example is the first executable profile proof for InfoTechCanon. It
models a compact tenant-aware SaaS service with ownership, tenants, users,
access grants, data partitioning, deployment, governance policy, evidence, and
incident handling.
Useful commands:
```bash
PYTHONPATH=src python3 -m info_tech_canon profile inspect small-saas
PYTHONPATH=src python3 -m info_tech_canon profile validate small-saas
PYTHONPATH=src python3 -m info_tech_canon profile graph small-saas
```