distributed-task:用go语言编写的分布式任务调度框架. A framework of task execution in distributed system Written with go

时间:2024-07-18 10:03:34
【文件属性】:

文件名称:distributed-task:用go语言编写的分布式任务调度框架. A framework of task execution in distributed system Written with go

文件大小:17KB

文件格式:ZIP

更新时间:2024-07-18 10:03:34

Go

distributed-task 用go语言编写的轻量级分布式任务调度框架. A light framework of task execution in distributed system Written with go 安装: go get github.com/foreversmart/distributed-task 更新: go get -u github.com/foreversmart/distributed-task 添加flag u for update 项目描述 distributed-task 是一个开源的轻量级分布式任务调度框架, 当前1.0 目标是实现一个可以部署在本地和远端的 运行框架,用户可以在框架中自定义执行的任务Task和任务数据集Data,并且用户可以自定义任务的分配方式和 数据分配方式。用户可以在本地和远端分布式并行执行Task,并将执行完成后的结果


【文件预览】:
distributed-task-master
----.gitignore(266B)
----main.go(925B)
----README.md(3KB)
----LICENSE(1KB)
----servertest.go(521B)
----clienttest.go(669B)
----gonet()
--------server_test.go(182B)
--------message.go(249B)
--------client_test.go(365B)
--------server.go(3KB)
--------client.go(3KB)
----scheduler()
--------reduce.go(2KB)
--------runner_test.go(85B)
--------performance.xml(0B)
--------scheduler.go(3KB)
--------retask.go(635B)
--------runner.go(3KB)
--------config.xml(239B)
--------excution.go(3KB)
----gocommand()
--------command.go(2KB)

网友评论