Merge pull request #1043 from crawlab-team/develop

Develop
This commit is contained in:
Marvin Zhang
2021-12-29 18:48:58 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -166,7 +166,7 @@ Docker部署的详情请见[相关文档](https://tikazyq.github.io/crawlab-d
## 架构
Crawlab的架构包括了一个主节点Master Node和多个工作节点Worker Node以及 [SeaweeFS](https://github.com/chrislusf/seaweedfs) (分布式文件系统) 和 MongoDB 数据库。
Crawlab的架构包括了一个主节点Master Node和多个工作节点Worker Node以及 [SeaweedFS](https://github.com/chrislusf/seaweedfs) (分布式文件系统) 和 MongoDB 数据库。
![](https://github.com/crawlab-team/images/blob/main/20210729/crawlab-architecture-v0.6.png?raw=true)

View File

@@ -164,7 +164,7 @@ For Docker Deployment details, please refer to [relevant documentation](https://
## Architecture
The architecture of Crawlab is consisted of a master node, worker nodes, [SeaweeFS](https://github.com/chrislusf/seaweedfs) (a distributed file system) and MongoDB database.
The architecture of Crawlab is consisted of a master node, worker nodes, [SeaweedFS](https://github.com/chrislusf/seaweedfs) (a distributed file system) and MongoDB database.
![](https://github.com/crawlab-team/images/blob/main/20210729/crawlab-architecture-v0.6.png?raw=true)

View File

@@ -15,7 +15,7 @@
},
"license": "BSD-3-Clause",
"dependencies": {
"crawlab-ui": "0.6.0-beta.20211226.1800",
"crawlab-ui": "0.6.0-beta.20211229.1830",
"vue": "3.0.11",
"vue-router": "^4.0.11"
},