-
Notifications
You must be signed in to change notification settings - Fork 49
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 mongo #948
Comments
hi, @wtgee I would like to work on this issue. I have a small doubt related to the the mention |
Hi @ac-optimus , thanks for the interest. This has already been done actually and I just hadn't been good about marking the issue. It's not merged yet but is a part of #951. I'm happy to suggest some other issues. Are you looking at a GSoC application? |
@wtgee thanks a lot! could you please suggest some issues. I am new to this organisation and would love to contribute. Yes I am also looking at GSOC application, though I was not able to direct myself to the project ideas page. Can you share some related information? |
I'll try to update the page later today. It's currently just blank! Thanks for the interest. I'll let you know here when updated as well. |
Just as an FYI, we don't yet know for sure whether we will be selected as a GSoC project (announced Feb. 20). |
hi @wtgee just saw your message 😅. Can you suggest some other issue that I can try my hands on? |
We no longer use mongo for our database storage but instead default to json flat files. We no longer wish to maintain mongo support as it is just adding extra dependencies that we don't need.
Describe the solution you'd like
Remove mongo from
database.py
and remove all references and usage of mongo. Also strip from the test suite (which will also help with #191).Related Issues/PRs
#191
The text was updated successfully, but these errors were encountered: