Skip to content

ser163/earthworm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

earthworm

介绍

将数据库内容,同步到飞书多维文档.

软件架构

  1. 拉取远程服务器id做对比
  2. 如果有差异则进行更新

安装教程

改名配置文件

mv config.yaml.ex config.yaml

编译运行

编译

Linux编译

go build -ldflags "-s -w" -o earth main.go

windows下交叉编译

set GOOS=linux
set GOARCH=amd64
go build -ldflags "-s -w" -o earth main.go

使用说明

  1. 将程序放进定时任务,即可实时同步.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published