-
Notifications
You must be signed in to change notification settings - Fork 19
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
Need database for lessons #34
Comments
🤔 I think JSON is a good choice. |
I'm wondering why are you avoiding database .. |
@rozig Because it will be difficult to maintain and contribute. |
@Sean2525 @jackey8616 In my opinion that is not a big deal. I just wanted to share my idea with you, what if we develop the platform that teaches only Python and its technologies (Only python related frameworks, libraries and tools, such as Django, Flask, numpy etc) but in advanced level? People can add lessons through web interface and it will be created on database. But this is just the idea I came up with, if you don't like just ignore it. |
@rozig |
In my opinion is, we can make a simple toggle to switch b/w storage or not. |
Yes, we can use MongoDB. Can you add MongoDB integration? |
Yes, mongodb is better choice, I can help with integration. Please do let me know! |
@sawani02 |
@jackey8616 , Sure! I will implement it and will let you know, I've not yet push the code on github |
@jackey8616 I think its time to add database for lessons. Writing lesson data in the code is not the right way to do it. At least, if you don't want to create a database lets save lesson data in JSON. What do you think?
The text was updated successfully, but these errors were encountered: