Datasets:
schema_version int64 | snapshot_id string | repository_id string | repository_url string | revision_ref string | revision_sha null | manifest_path string | status string | compression string | frozen_at timestamp[s] | uploaded_at null | verified_at timestamp[s] | totals dict | tools dict | files list | restore dict | safety_boundary string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | bro-sqlite-freeze-20260726T045029Z | csonxx/dailytesting | https://huggingface.co/datasets/csonxx/dailytesting/tree/sqlite-freeze-20260726 | sqlite-freeze-20260726 | null | snapshots/2026-07-26-bro-sqlite-freeze/manifest.json | verified | zstd-long31-mixed-levels | 2026-07-26T04:50:29 | null | 2026-07-26T04:50:29 | {
"source_count": 4,
"table_count": 112,
"original_bytes": 71308234752,
"compressed_bytes": 5490971358
} | {
"sqlite": "3.43.2",
"zstd": "1.5.7"
} | [
{
"source_name": "support",
"source_path": "db/live/support.sqlite",
"archive_path": "snapshots/2026-07-26-bro-sqlite-freeze/support.sqlite.zst",
"source_mtime": "2026-07-26T02:23:22",
"table_count": 70,
"original_bytes": 69498355712,
"compressed_bytes": 5119377326,
"original_sha256"... | {
"command": "zstd -d --long=31 <archive>.zst -o <database>.sqlite",
"verification": "Compare the restored file SHA-256 with original_sha256, then run PRAGMA quick_check."
} | This archive is legacy research and forward-paper data. Backup or migration status is not profit evidence or trading authority. |
Bro Legacy SQLite Backups
这里保存 Bro 在切换到 MySQL 前的只读 SQLite 冻结归档。
状态
- SQLite 是旧版恢复来源,不再是 Web 查询和管理的数据面。
- MySQL 是当前主数据面。
- 归档仅用于灾难恢复、历史重放和逐表一致性校验。
- 数据属于内部研究和 forward-paper,不包含真实券商凭据或 REAL 交易授权。
归档格式
每个 SQLite 文件独立压缩为 .sqlite.zst,便于单库恢复和断点续传。大库使用 Zstandard level 15、long-distance window 31 和 frame checksum;极小的 money ledger 使用 ultra level 22。具体冻结时间、原始文件 SHA-256、压缩文件 SHA-256、文件大小和 SQLite quick_check 结果见对应 snapshot 目录中的 manifest.json。
恢复
zstd -d --long=31 market_data.sqlite.zst -o market_data.sqlite
shasum -a 256 market_data.sqlite
sqlite3 market_data.sqlite 'PRAGMA quick_check;'
恢复后的 SHA-256 必须与 manifest.json 中的 original_sha256 一致。
安全边界
备份存在、MySQL 迁移完成或流水线通过,都不代表系统具备盈利能力或真实交易权限。
- Downloads last month
- 30