alephdata组件的基本远程服务功能
项目描述
servicelayer
aleph数据工具包中用于与网络服务交互的组件,如存储归档、作业排队、缓存和结构化日志。此包包含所有这些服务的一些常用配置组件,使用环境变量。
归档机制
此库提供了一种配置文件存储方法,用于aleph和memorious。它将根据内容的哈希值(SHA1)存储文件,并允许稍后检索内容。
发布流程
git pull --rebase
make build-docker test
bump2version --no-commit --dry-run --verbose {patch,minor,major} # to test if this looks good
bump2version --verbose {patch,minor,major}
git push --atomic origin main $(git describe --tags --abbrev=0)