File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ The adapters module provides standardized interfaces to external systems:
1919- [ Keycloak Adapters] ( adapters.md#keycloak )
2020- [ MinIO Adapters] ( adapters.md#minio )
2121- [ Kafka Adapters] ( adapters.md#kafka )
22+ - [ Temporal Adapters] ( adapters.md#temporal )
2223- [ Payment Gateway Adapters] ( adapters.md#payment-gateways )
2324 - [ Parsian Shaparak] ( adapters.md#parsian-shaparak )
2425
@@ -71,8 +72,9 @@ archipy/
7172│ ├── redis/ # Redis adapters
7273│ ├── sqlite/ # SQLite database adapters
7374│ │ └── sqlalchemy/ # SQLite SQLAlchemy components
74- │ └── starrocks/ # StarRocks database adapters
75- │ └── sqlalchemy/ # StarRocks SQLAlchemy components
75+ │ ├── starrocks/ # StarRocks database adapters
76+ │ │ └── sqlalchemy/ # StarRocks SQLAlchemy components
77+ │ └── temporal/ # Temporal workflow orchestration adapters
7678├── configs/ # Configuration management
7779│ ├── base_config.py
7880│ └── templates/
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ This section contains practical examples of using ArchiPy components.
1212- [ Keycloak] ( adapters/keycloak.md )
1313- [ MinIO] ( adapters/minio.md )
1414- [ Kafka] ( adapters/kafka.md )
15+ - [ Temporal] ( adapters/temporal.md )
1516- [ Payment Gateways] ( adapters/parsian_payment.md )
1617
1718## Helpers
You can’t perform that action at this time.
0 commit comments