scalebox/dockerfiles
kaichao ed6228b77f update for app hello-world. 2024-04-18 13:28:49 +08:00
..
actuator add update pubkey in actuator;add README.en-US.md 2023-05-15 23:49:31 +08:00
cluster-dir-list update for app hello-world. 2024-04-18 13:28:49 +08:00
cluster-file-copy update for app hello-world. 2024-04-18 13:28:49 +08:00
cron add pull action in Makefile. 2023-11-08 22:26:36 +08:00
data-grouping-2d update data-grouping-2d; 2023-12-11 21:37:08 +08:00
dir-list set app script dir to /app/share/bin in dir-list/rsync-copy/ftp-copy. 2024-03-23 23:21:40 +08:00
ftp-copy set app script dir to /app/share/bin in dir-list/rsync-copy/ftp-copy. 2024-03-23 23:21:40 +08:00
rsync-copy update for app hello-world. 2024-04-18 13:28:49 +08:00
rsyncd update dockerfiles. 2024-03-13 13:37:57 +08:00
Makefile add singualarity to cluster-file-copy/rsync-copy 2023-11-19 10:38:04 +08:00
README.md update README in dockerfiles. 2024-01-25 06:47:24 +08:00

README.md

dockerfiles

Introduction

scalebox应用中常见的公用模块。

module list

模块名 模块描述
cluster-dir-list 集群内目录的文件列表
cluster-dir-copy 跨集群的目录复制
cluster-file-copy 基于rsync-over-ssh的跨集群文件复制
dir-list 本地或远程目录的文件列表支持本地目录、远端rsync目录、远端rsync-over-ssh目录、远端ftp目录等
dir-copy 基于rsync-over-ssh的远程目录复制
rsync-copy 基于rsync-over-ssh、rsync的远端文件复制
ftp-copy 基于ftp的远端文件复制
rsyncd rsync的服务端
  • Cluster related configuration
配置参数 描述
base_data_dir The cluster's data base directory
storage_endpoint <user>@<ip-addr>[:<port>],default port is 22
relay_endpoint <user>@<ip-addr>[:<port>]

data-grouping-2d

基于2维数据集的数据分组是数据处理中的常见模式。将数据集中数据实体按id组织为2维数据集并支持x、y方向上对数据进行分组。

cron

定时消息生成模块,以启动后续模块。消息体一般用当前时间戳来表示。

actuator

支持在标准actuator模块中自动生成自定义的公私钥。

node-agent

计算节点上的模块,执行计算节点相关管理。