适应新数据格式
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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/]:
|
||||
Reference in New Issue
Block a user