chore(governance): consolidate roadmap and backup policies
This commit is contained in:
@@ -43,7 +43,7 @@ SQLite 기반 데이터 수집을 실행하려면:
|
||||
```powershell
|
||||
$env:KIS_APP_Key="실제계좌키"
|
||||
$env:KIS_APP_Secret="실제계좌시크릿"
|
||||
python tools/run_kis_data_collection_v1.py --input-json GatherTradingData.json --sqlite-db outputs/kis_data_collection/kis_data_collection.db --output-json Temp/kis_data_collection_v1.json --kis-account real
|
||||
python tools/run_kis_data_collection_v1.py --input-json GatherTradingData.json --sqlite-db src/quant_engine/kis_data_collection.db --output-json Temp/kis_data_collection_v1.json --kis-account real
|
||||
```
|
||||
|
||||
### Snapshot admin web UI
|
||||
@@ -51,9 +51,11 @@ python tools/run_kis_data_collection_v1.py --input-json GatherTradingData.json -
|
||||
엑셀처럼 `settings`와 `account_snapshot`를 편집하려면 웹 UI를 실행한다.
|
||||
|
||||
```bash
|
||||
python tools/run_snapshot_admin_server_v1.py --db outputs/snapshot_admin/snapshot_admin.db --seed GatherTradingData.json
|
||||
python tools/run_snapshot_admin_server_v1.py --host 127.0.0.1 --port 8787 --db src/quant_engine/snapshot_admin.db --seed GatherTradingData.json
|
||||
```
|
||||
|
||||
핫 리로드로 띄우려면 `python tools/run_snapshot_admin_server_v1.py --reload --host 127.0.0.1 --port 8787 --db src/quant_engine/snapshot_admin.db --seed GatherTradingData.json` 또는 `npm run ops:snapshot-web-watch`를 사용한다.
|
||||
|
||||
기본 흐름은 다음과 같다.
|
||||
|
||||
1. `GatherTradingData.json` 또는 기존 SQLite DB를 seed로 적재
|
||||
@@ -134,7 +136,7 @@ npm run prepare-upload-zip
|
||||
## CI 전환 체크리스트
|
||||
|
||||
1. `python tools/run_kis_data_collection_v1.py` 또는 `npm run ops:data-collect`로 SQLite 수집을 먼저 검증
|
||||
2. `outputs/kis_data_collection/kis_data_collection.db`에 `collection_runs` / `collection_snapshots`가 생성되는지 확인
|
||||
2. `src/quant_engine/kis_data_collection.db`에 `collection_runs` / `collection_snapshots`가 생성되는지 확인
|
||||
3. Gitea 스케줄러가 `GatherTradingData.json`을 seed로 읽는지 확인
|
||||
4. `GatherTradingData.xlsx` 의존성을 제거한 후에도 수집이 유지되는지 확인
|
||||
5. 이후 PostgreSQL 업그레이드 시 동일 row contract를 유지
|
||||
|
||||
Reference in New Issue
Block a user