lablup / lablup/backend.ai

Remove PostgreSQL related code from App Proxy

Open
#7,072 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
670
Forks
183
Avg merge
17h 7m
Merged PRs (30d)
358

Description

## Goal

Complete removal of PostgreSQL-related code

## Files to Remove

```
src/ai/backend/appproxy/coordinator/models/
├── worker.py
├── circuit.py
├── endpoint.py
├── token.py
├── base.py
├── utils.py
└── alembic/ # Entire directory

src/ai/backend/appproxy/coordinator/
├── pglock.py
├── dependencies/infrastructure/database.py
├── health/database.py
├── cli/dbschema.py
```

## Config to Remove

- `alembic-appproxy.ini`
- `DBConfig` from `coordinator/config.py`

JIRA Issue: BA-3228

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.