Skip to content

Data Service

DCE 5.0 selected and integrated some classic data services for actual use cases, to provide a unified and comprehensive management platform for users.

You can install/enable the following data services on demand:

  • Elasticsearch: a quite popular full-text search engine
  • Kafka: data pipeline commonly used for message transmission
  • MinIO: a very popular lightweight object storage solution
  • MySQL: one of the most popular open-source relational databases
  • RabbitMQ: a transmission pipeline commonly used for data transaction
  • Redis: an in-memory database
  • PostgreSQL: one of the most popular open-source relational databases

Learning Journey

This journey is based on RabbitMQ, but it also applies to other data services.a

Info

Click words in the flow chart below, you will be directed to the corresponding guide page.

graph TD

    B(Select Workspace) --> C{Deploy/Create Instance}
    C -.-> D [Update/Delete Instance]
    C -.->E [Instance Overview]
    C -.->F [Instance Monitoring]
    C -.->G[Data Migration]
    C -.->H[Uninstall RabbitMQ]

    click B "https://docs.daocloud.io/en/middleware/rabbitmq/user-guide/login/"
    click C "https://docs.daocloud.io/en/middleware/rabbitmq/user-guide/create/"
    click D "https://docs.daocloud.io/en/middleware/rabbitmq/user-guide/update/"
    click E "https://docs.daocloud.io/en/middleware/rabbitmq/user-guide/view/"
    click F "https://docs.daocloud.io/en/middleware/rabbitmq/user-guide/insight/"
    click G "https://docs.daocloud.io/en/middleware/rabbitmq/user-guide/migrate/"
    click H "https://docs.daocloud.io/en/middleware/rabbitmq/quickstart/install/#_1"

Elasticsearch Kafka MinIO MySQL RabbitMQ Redis PostgreSQL

Comments