All Projects → gsw945 → schedule-system

gsw945 / schedule-system

Licence: MIT license
demos of schedule-system build with apscheduler and rpyc

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to schedule-system

xiaoniu cron
基于APScheduler二次开发,支持集群,可视化,API动态调用等等。BUG及时通知到微信,网页等等。
Stars: ✭ 53 (+35.9%)
Mutual labels:  apscheduler
Nephos
Project Nephos [GSoC '18]: Automated recording, processing, and uploading of TV streams for Universities.
Stars: ✭ 20 (-48.72%)
Mutual labels:  apscheduler
CampusDailyAutoSign
今日校园/体温签到/海南大学/QQ机器人
Stars: ✭ 15 (-61.54%)
Mutual labels:  apscheduler
diffido
Watch web pages for changes
Stars: ✭ 19 (-51.28%)
Mutual labels:  apscheduler
get jobs
利用线程池,协程,异步的方式,爬取各大招聘网站的数据(招聘数据,非简历等个人隐私数据)
Stars: ✭ 29 (-25.64%)
Mutual labels:  apscheduler
proxy ip pool
python编写的爬虫代理ip池
Stars: ✭ 18 (-53.85%)
Mutual labels:  apscheduler
PyDFS
Tiny distributed file system like HDFS (and of-course GFS)
Stars: ✭ 68 (+74.36%)
Mutual labels:  rpyc
MaixPy3
MaixPy for Linux Python3, let's play with edge AI easier!
Stars: ✭ 125 (+220.51%)
Mutual labels:  rpyc

基于apscheduler和rpyc的调度系统(schedule-system)示例

目录结构及说明

./
├── .gitignore ----------------------------------- git忽略文件
├── core/ ---------------------------------------- 调度核心封装
│   ├── __init__.py ------------------------------ 构成包
│   ├── server.py -------------------------------- rpyc服务器
│   └── service.py ------------------------------- rpyc接口服务
├── examples/ ------------------------------------ 使用示例
│   ├── jobstore.sqlite -------------------------- 作业存储文件
│   ├── logger.log ------------------------------- 日志文件
│   ├── schedule_client.py ----------------------- 调度示例-客户端
│   ├── schedule_server.py ----------------------- 调度示例-服务端
│   └── web_server.py ---------------------------- Web服务器示例
├── LICENSE -------------------------------------- 项目许可证
├── README.md ------------------------------------ 项目说明文件
└── requirements.txt ----------------------------- pip依赖包
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].