GithubHelp home page GithubHelp logo

thomposer / ects Goto Github PK

View Code? Open in Web Editor NEW

This project forked from betterde/ects

0.0 0.0 0.0 21.01 MB

Elastic Crontab System 简单易用的分布式定时任务管理系统

Home Page: https://betterde.github.io/ects

License: MIT License

Go 40.30% JavaScript 5.91% HTML 0.11% Vue 51.95% CSS 1.25% Dockerfile 0.30% Makefile 0.18%

ects's Introduction

dashboard

Build Status GitHub issues GitHub forks GitHub stars GitHub license

Elastic Crontab System 是基于 ETCD 实现的分布式定时任务管理系统,让跨主机的定时任务管理变得更加简单高效。

架构设计

dashboard

源码安装

# 克隆到本地
$ git clone [email protected]:betterde/ects.git

# 安装前端依赖
$ cd web && yarn install

# 打包前端资源
$ yarn build

# 安装打包静态资源到二进制的工具
$ cd ../ && go get -u github.com/shuLhan/go-bindata/...

# 打包静态资源
$ go-bindata -pkg web -o web/bindata.go web/dist/...

# 编译
$ go build -o ects main.go

下载可执行程序

下载地址

了解更多细节

文档地址

TODO

  • Web UI;
  • Master 节点 API;
  • 基于 ETCD 的服务注册于发现;
  • 基于 ETCD 的流水线发布于订阅;
  • 基于 ETCD 实现的分布式锁,用于更新 Worker 节点的状态;
  • 实现 Mail 任务执行器;
  • 实现 HTTP 任务执行器;
  • 实现 Hook 任务执行器;
  • 集成单元测试;
  • 集成 Docker 部署;
  • 集成 CI;
  • 项目文档;
  • [] 热重启;
  • [] 软件更新;
  • [] 角色权限管理模块。

赞助商

jetbrains

ects's People

Contributors

dependabot[bot] avatar jinrenjie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.