Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on MongoDB #36

Open
vilcans opened this issue Jun 3, 2013 · 2 comments
Open

Remove dependency on MongoDB #36

vilcans opened this issue Jun 3, 2013 · 2 comments

Comments

@vilcans
Copy link

vilcans commented Jun 3, 2013

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.

@gabeio
Copy link

gabeio commented Jul 30, 2013

mongo at minimum uses about 300 mb of data on the disk no where near 3gb what would all that data be? it can hold up to 2gb on x32 and more on x64... but I do agree that for a minimalistic CI this is overkill.

@ryankee
Copy link
Owner

ryankee commented Aug 14, 2013

Sorry guys, I've been swallowed by client work for the last several months. So let me say this: Any and all pull requests that can be validated by more than 1 person will be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants