generated from coulomb/repo-seed
15 lines
505 B
Markdown
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
|
|
```
|