Skip to content

Middleware Data Services

DCE 5.0 offers a comprehensive set of middleware solutions tailored for various application scenarios. These middleware services address data handling requirements and provide development and maintenance support. Install and enable these middleware components as needed to achieve optimal performance.

Tip

Empower your applications with DCE 5.0 containerized middleware, enhancing database performance, enabling high availability, and providing robust scalability.

Middleware Learning Journey

Info

The documentation structure for the above middleware solutions is similar. You can follow the learning path below.

graph TD

    ws([Select Workspace]) --> create{Deploy/Create<br/>Middleware Instances}
    create -.-> update[Update/Delete Instances]
    create -.-> overview[Instance Overview]
    create -.-> monitor[Instance Monitoring]
    create -.-> migrate[Data Management<br/>Migration and Synchronization]
    create -.-> practice[Best Practices<br/>and Troubleshooting]

classDef plain fill:#ddd,stroke:#fff,stroke-width:1px,color:#000;
classDef k8s fill:#326ce5,stroke:#fff,stroke-width:1px,color:#fff;
classDef cluster fill:#fff,stroke:#bbb,stroke-width:1px,color:#326ce5;

class update,overview,monitor,migrate,practice plain
class ws,create k8s

Comments