适应新数据格式

This commit is contained in:
BBIT-Kai
2025-11-24 09:01:48 +08:00
parent 4fa0c7d1eb
commit eeada99dbb
3 changed files with 16 additions and 4 deletions
@@ -20,7 +20,7 @@ import io.ktor.server.application.*
import io.ktor.server.tomcat.jakarta.*
//const val VIDEO_INPUT_PATH = "/tmp/"
//const val VIDEO_INPUT_PATH = "./tmp/"
const val VIDEO_INPUT_PATH = "C:/tmp/"
/**
@@ -33,7 +33,7 @@ object ImageDao {
fun getImageList(name: String): List<ImageAnalyticsRequest> {
return transaction {
ScaImagesTable.selectAll()
.where { ScaImagesTable.name like "%$name%" }
.where { ScaImagesTable.name like "%用例$name%" }
.orderBy(ScaImagesTable.upload_datetime, SortOrder.DESC)
.map {
ImageAnalyticsRequest(
+12
View File
@@ -237,6 +237,16 @@ docker image prune -f
| Redis | 11835 | |
| Prometheus | 19268 | |
| 主机 中文版 | 8919 | |
| Kong | 7424 | |
- MinIO
```
Minio 交换机路由配置
交换机video_exchange
路由/sca
队列/sca_queue
```
@@ -425,3 +435,5 @@ http-server -p 8080
```
[https://grafana.com/grafana/dashboards/]: