重建 common_utils
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lucas d4b0f13c2b Merge branch 'dev' of https://gitea.anxinyun.cn/container/common_utils into dev 4 months ago
configLoad add 重建 common_utils 4 months ago
dbHelper 级联分组信息获取 4 months ago
kafkaHelper add 重建 common_utils 4 months ago
storage/storageDBs update 修改主题数据存储 influxDB格式 保持和山东省院的一致 避免聚集进程等问题 4 months ago
transform update 调整序列化库,改用高性能 库 4 months ago
.gitignore Initial commit 4 months ago
LICENSE Initial commit 4 months ago
README.md 级联分组信息获取 4 months ago
alarmCacheUtil.go add 重建 common_utils 4 months ago
chainedCache.go update 调整序列化库,改用高性能 库 4 months ago
configHelper.go 级联分组信息获取 4 months ago
go.mod 级联分组信息获取 4 months ago
go.sum update 调整序列化库,改用高性能 库 4 months ago
mqttHelper.go add 重建 common_utils 4 months ago
redisHelper.go add 重建 common_utils 4 months ago
toolHelper.go add 重建 common_utils 4 months ago
tool_test.go add 重建 common_utils 4 months ago
unitHelper.go add 重建 common_utils 4 months ago
util_test.go update 调整序列化库,改用高性能 库 4 months ago

README.md

common_utils 通用工具包

支持:Elasticsearch、InfluxDB、Kafka 的操作

开发语言和版本

golang ,版本 go1.23.1

平台支持

安心云4.0

使用方式:

  1. 设置 go 环境
    set GOPRIVATE=gitea.anxinyun.cn
  2. 查询go 版本
    go list -m -versions gitea.anxinyun.cn/container/common_utils
    如若 GOPRIVATE=gitea.anxinyun.cn 生效,则会返回 common_utils 的版本信息。
    如若无版本信息返回,有可能是没有 container 的权限,也有可能环境变量设置没有生效。

异常情况处理:

  1. https://gitea.anxinyun.cn/container 访问权限,可以联系下管理员。
  2. 环境变量设置不生效
    解决方法,在GoLand工具中进行设置:
    1)打开 Settings
    2)Go > GOROOT,Download Go SDK
    3)Go > Go Modules,设置环境变量 GOPRIVATE=gitea.anxinyun.cn

依赖包管理

common_utils 如若有修改,需要同步升级 et-go