[warehouse] 数据仓储初始化,指标数据读取存储入库influxdb redis编码

This commit is contained in:
tomsun28
2021-11-25 20:19:40 +08:00
parent 6e3ad838e3
commit 50dd9ea89c
13 changed files with 800 additions and 0 deletions

View File

@@ -29,6 +29,12 @@
<artifactId>scheduler</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- data warehouse -->
<dependency>
<groupId>com.usthe.tancloud</groupId>
<artifactId>warehouse</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- spring -->
<dependency>
<groupId>org.springframework.boot</groupId>