spr migrated books, and tester

This commit is contained in:
buenosairesam
2025-12-31 09:07:27 -03:00
parent 21b8eab3cb
commit cccc6b5a93
136 changed files with 15763 additions and 472 deletions

View File

@@ -16,10 +16,15 @@ Hierarchy (simple → complex):
└── Stateless API connector
(e.g., Jira client, Slack client)
Shunt ─── Fake connector for testing
(e.g., mercadopago shunt with configurable responses)
Components:
- veins/ Stateless connectors (core/ + api/)
- pulses/ Composed: Vein + Room + Depot
- plexuses/ Full applications with frontend
- shunts/ Fake connectors for testing (configurable responses)
- rooms/ Environment configs
- depots/ Data storage
@@ -31,6 +36,12 @@ Differences:
| Frontend | Optional test UI | None (uses vein) | Required full frontend |
| Webhooks | No | No | Yes |
| Deploy | With soleprint | With soleprint | Self-contained (docker) |
| Aspect | Shunt |
|------------|---------------------------------------------------------------|
| Purpose | Fake/mock external service for testing |
| Frontend | Config UI to set responses |
| Deploy | With soleprint (replaces real vein during testing) |
"""
from . import veins