Начать. Это бесплатно
или регистрация c помощью Вашего email-адреса
BEAST создатель Mind Map: BEAST

1. Configuration Management

2. Implementation

2.1. Software Organization

2.1.1. Tiering/package organization

2.1.2. Repository organization

2.1.3. Branching strategy

2.2. Feature flags

2.3. Exception Handling

2.3.1. Internal impacts

2.3.2. Intra-services impacts

2.4. Quality

2.4.1. Test Coverage

2.4.2. Style checks

2.4.3. Security checks

2.5. Golden image templates

2.5.1. Data layer services with REST IPC

2.5.2. Business layer services with REST IPC

2.5.3. Worker nodes

2.5.4. Common utility services

2.5.5. Statistical query services

2.5.6. Knowledge Engineering nodes

2.6. Interprocess communication

2.6.1. Client/Server compatibility

2.6.2. Synchronous communication

2.6.3. Async communication

3. Authentication

3.1. U2S

3.2. S2S

4. Integration with On-Premises

4.1. Integration with DBs

4.2. Integration with Services

4.3. Integration with Storage

5. sec tests

6. Orchestration

7. Discovery

8. Load balance

8.1. Server side

8.2. Client side

9. API Gateway

9.1. Common header injection

10. Network resilience

10.1. Timeouts/Retries

10.2. Fault tolerance

10.2.1. Circuit Breaking

10.3. Latency

10.4. Rate limiting

11. Observability

11.1. APM

11.1.1. Log Aggregation

11.1.2. Distributed Tracing

11.1.3. Exception Tracking

12. Continuous Integration

12.1. Build tools

12.2. Unit tests

12.3. Test coverage

12.4. Static security analysis

12.5. Code quality checks

13. Continuous Delivery/Deployment

13.1. What environments?

13.2. Deploy tool

13.3. UI regression tests

13.4. Performance tests