初次提交

master
xphi 6 years ago
commit ec033efbd1

@ -0,0 +1,15 @@
# 分布式网络爬虫系统 —— 管理协调服务器
## 概述
这是分布式网络爬虫系统DSpider的管理协调服务器。
## 环境依赖
- node 8.10.0 +
## 部署步骤
## License
GPL-3.0

@ -0,0 +1,11 @@
{
"name": "scheduler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0"
}

@ -0,0 +1,13 @@
# 分布式网络爬虫系统 —— 用户界面
## 概述
这是分布式网络爬虫系统DSpider的用户界面子系统。
## 环境依赖
- node 8.10.0 +
- Express
## 部署步骤

@ -0,0 +1,11 @@
{
"name": "ui",
"version": "1.0.0",
"description": "分布式网络爬虫系统 —— 用户界面",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "xphi",
"license": "GPL-3.0"
}

@ -0,0 +1,16 @@
# 分布式网络爬虫系统 —— 爬虫工作程序
## 概述
这是分布式网络爬虫系统DSpider的工作程序。
## 环境依赖
- python 2.7.17
## 部署步骤
## License
GPL-3.0
Loading…
Cancel
Save