feat: write history envelopes to tdengine

This commit is contained in:
lingniu
2026-06-29 13:31:33 +08:00
parent 4de723d0b4
commit e708091f2d
4 changed files with 104 additions and 2 deletions

View File

@@ -16,6 +16,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>sink-mq</artifactId>