UMass-Rescue / UMass-Rescue/RescueBox
Rescuebox: add backend database like postgres or mqsql
@harshit-sharma2005 is already working on this.
Since Oct 21, 2025.
- Dominant language
- Python
- Stars
- 6
- Forks
- 15
- Avg merge
- 14h 42m
- Merged PRs (30d)
- 7
Description
we need a backend database that model plugins can use to persist images /data.
current implementation uses chromadb for vectordb , sqllite for frontend , but there is no db for frontend.
we need the db to be open source and supported on windows 11. this is mandatory , mysql / postgres is top choices here.
PostgreSQL + pgvector -this is a powerful combination why not adopt it ?
can we add this db and also provide a py library to make it easy to use from plugin ?
complex task could be to provide py/typescript library to integrate backend and frontend, for exampe , frontend fires off a task, backend runs task and updates status to frontend db. if backend reboots or restarts can fetch pending jobs and run them to completion .
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.