init setup

This commit is contained in:
Vasily.onl
2025-05-30 17:27:32 +08:00
parent 3e4a965895
commit 692611d3ae
6 changed files with 2345 additions and 5 deletions

View File

@@ -20,6 +20,7 @@
- `tests/test_strategies.py` - Unit tests for strategy implementations
- `tests/test_bot_manager.py` - Unit tests for bot management functionality
- `tests/test_data_collection.py` - Unit tests for data collection and aggregation
- `docs/setup.md` - Comprehensive setup guide for new machines and environments
### Notes
@@ -31,7 +32,7 @@
## Tasks
- [ ] 1.0 Database Foundation and Schema Setup
- [ ] 1.1 Install and configure PostgreSQL with Docker
- [x] 1.1 Install and configure PostgreSQL with Docker
- [ ] 1.2 Create database schema following the PRD specifications (market_data, bots, signals, trades, bot_performance tables)
- [ ] 1.3 Implement database connection utility with connection pooling
- [ ] 1.4 Create database models using SQLAlchemy or similar ORM