generated from coulomb/repo-seed
Add small SaaS profile proof
This commit is contained in:
14
infospace/examples/small-saas/README.md
Normal file
14
infospace/examples/small-saas/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
```
|
||||
29
infospace/examples/small-saas/demo-commands.yaml
Normal file
29
infospace/examples/small-saas/demo-commands.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
profile: small-saas
|
||||
commands:
|
||||
inspect:
|
||||
argv:
|
||||
- PYTHONPATH=src
|
||||
- python3
|
||||
- -m
|
||||
- info_tech_canon
|
||||
- profile
|
||||
- inspect
|
||||
- small-saas
|
||||
validate:
|
||||
argv:
|
||||
- PYTHONPATH=src
|
||||
- python3
|
||||
- -m
|
||||
- info_tech_canon
|
||||
- profile
|
||||
- validate
|
||||
- small-saas
|
||||
graph:
|
||||
argv:
|
||||
- PYTHONPATH=src
|
||||
- python3
|
||||
- -m
|
||||
- info_tech_canon
|
||||
- profile
|
||||
- graph
|
||||
- small-saas
|
||||
Reference in New Issue
Block a user