https://github.com/ysskrishna/clusterflow
Backend for Hypervisor-like Service for MLOps Platform
https://github.com/ysskrishna/clusterflow
Last synced: over 1 year ago
JSON representation
Backend for Hypervisor-like Service for MLOps Platform
- Host: GitHub
- URL: https://github.com/ysskrishna/clusterflow
- Owner: ysskrishna
- Created: 2025-01-04T18:07:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T20:25:32.000Z (over 1 year ago)
- Last Synced: 2025-02-05T22:53:04.864Z (over 1 year ago)
- Language: Python
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clusterflow
## Hypervisor-like Service for MLOps Platform
## Techstack used
- FastAPI
- SQLite
- Redis
- SQLAlchemy
- Docker
## Prerequisites
- Python 3.10+
- pip
- virtualenv
- docker
## Running the backend service
```
docker compose -f docker-compose.yml up --build
```
The server will be available at `http://localhost:8081/`
### API Documentation
Access the Swagger UI documentation at `http://localhost:8081/docs`

## Postman v2.1 collection file
`ClusterFlow_postman_2_1.postman_collection.json`
## Database Diagram
