-
Notifications
You must be signed in to change notification settings - Fork 96
Remove dependency on MongoDB #36
Copy link
Copy link
Open
Description
MongoDB is nice and all, but it's a bit overkill for a minimalistic CI server. (IIRC, by default a MongoDB installation uses at least 3 GB of disk, which can be a problem if you want to run builds on a really cheap VPS.)
I'm proposing adding a setting for what storage to use, and add the possibility to save to the file system instead without using a database server. It could use a GDB database or be just as simple as storing everything in a JSON file.
I've done some work in this direction already, so I'm probing the interest in a pull request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels