Skip to main content
Version: 1.3.0

Overview

Linkis 1.0 divides all microservices into three categories: public enhancement services, computing governance services, and microservice governance services. The following figure shows the architecture of Linkis 1.0.

Linkis1.0 Architecture Figure

The specific responsibilities of each category are as follows:

  1. Public enhancement services are the material library services, context services, data source services and public services that Linkis 0.X has provided.
  2. The microservice governance services are Spring Cloud Gateway, Eureka and Open Feign already provided by Linkis 0.X, and Linkis 1.0 will also provide support for Nacos
  3. Computing governance services are the core focus of Linkis 1.0, from submission, preparation to execution, overall three stages to comprehensively upgrade Linkis' ability to perform control over user tasks.

The following is a directory listing of Linkis1.0 architecture documents:

  1. The characteristics of Linkis1.0's architecture , please read The difference between Linkis1.0 and Linkis0.x.
  2. Linkis 1.0 public enhancement service related documents, please read Public Enhancement Service.
  3. Linkis 1.0 microservice governance related documents, please read Microservice Governance.
  4. Linkis 1.0 computing governance service related documents, please read Computation Governance Service.