feat: add tdengine history store foundation

This commit is contained in:
lingniu
2026-06-29 13:25:31 +08:00
parent 5a60b8c43c
commit f58fe51cf5
21 changed files with 762 additions and 0 deletions

View File

@@ -33,6 +33,10 @@
<groupId>com.lingniu.ingest</groupId>
<artifactId>event-file-store</artifactId>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>tdengine-history-store</artifactId>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>event-history-service</artifactId>