fetch_ml/internal
Jeremie Fraeys 803677be57 feat: implement Go backend with comprehensive API and internal packages
- Add API server with WebSocket support and REST endpoints
- Implement authentication system with API keys and permissions
- Add task queue system with Redis backend and error handling
- Include storage layer with database migrations and schemas
- Add comprehensive logging, metrics, and telemetry
- Implement security middleware and network utilities
- Add experiment management and container orchestration
- Include configuration management with smart defaults
2025-12-04 16:53:53 -05:00
..
api feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
auth feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
config feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
container feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
errors feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
experiment feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
logging feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
metrics feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
middleware feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
network feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
queue feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
storage feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00
telemetry feat: implement Go backend with comprehensive API and internal packages 2025-12-04 16:53:53 -05:00