feat: add raw archive store contract

This commit is contained in:
lingniu
2026-06-29 12:56:50 +08:00
parent 969a245454
commit 0ec29a732c
8 changed files with 270 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
<module>modules/core/observability</module>
<module>modules/sinks/sink-mq</module>
<module>modules/sinks/sink-archive</module>
<module>modules/sinks/raw-archive-store</module>
<module>modules/sinks/event-file-store</module>
<module>modules/services/event-history-service</module>
<module>modules/services/vehicle-state-service</module>
@@ -184,6 +185,11 @@
<artifactId>sink-archive</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>raw-archive-store</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.lingniu.ingest</groupId>
<artifactId>event-file-store</artifactId>