feat(server): expose ingest state in /status; doc auto-ingest in README
This commit is contained in:
@@ -137,6 +137,14 @@ inbound-verify
|
||||
[0] 退出
|
||||
```
|
||||
|
||||
### DB CLI(入库)
|
||||
|
||||
```bash
|
||||
# DB CLI:建库 / 初始化 / 灌数据 / 全流程 / 单站单类
|
||||
.venv/Scripts/python.exe -m inbound_verify.store createdb # 或 init | ingest | ingest-one <site> <kind> | all
|
||||
# 注:下载成功后会自动入库(postgres.auto_ingest,默认开);ingest-one 用于手动重灌指定站/类。
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 六、架构
|
||||
|
||||
Reference in New Issue
Block a user