COB data and dash

This commit is contained in:
Dobromir Popov
2025-06-18 16:23:47 +03:00
parent e238ce374b
commit 3cadae60f7
16 changed files with 7539 additions and 19 deletions

14
.vscode/launch.json vendored
View File

@ -64,6 +64,20 @@
"env": {
"PYTHONUNBUFFERED": "1"
}
},
{
"name": "📈 COB Data Provider Dashboard",
"type": "python",
"request": "launch",
"program": "web/cob_realtime_dashboard.py",
"console": "integratedTerminal",
"justMyCode": false,
"env": {
"PYTHONUNBUFFERED": "1",
"COB_BTC_BUCKET_SIZE": "10",
"COB_ETH_BUCKET_SIZE": "1"
},
"preLaunchTask": "Kill Stale Processes"
}
],
"compounds": [