-
Notifications
You must be signed in to change notification settings - Fork 3
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
Package Updatability and Hosting considerations #13
Comments
I agree with this. I used Heroku for a project a few years ago and had good luck with it. If I recall they offered a managed database service to go along with an instance. Might be worth looking into doing it that way. |
Some of the ideas discussed in the last weekly check-in that we discussed:
cc: @minhqdao @henilp105 @perazz You can also add some points if I missed something. |
…h-validations feat: frontend form validations in auth pages
Package Updatability :
Should we consider keeping the packages mutable ? ( if yes , I would only like to keep the parameters
isDeprecated
only as mutable as keeping other parameters mutable might raise a lot of vulnerabilities and threat scenarios) , But for some Exceptional cases we would like to give admins power to change all the parameters of package.Backend Hosting considerations :
I have currently hosted on vercel, it works very well and heroku both can work as great alternatives to AWS ( our earlier consideration) to reduce costs and also help in easy maintainability.
Mongodb Hosting considerations :
I have currently hosted on MongoDB Atlas it works very well and also gives good interface to the database (for easy access than a docker container) , But it adds slight latency to the APIs requests. But It would be easier to manage and would help minimise the downtime that we might have in our mongodb containers.
I would like to request all the Community members to review and add suggestions.
Thanks and Regards,
Henil
CC @awvwgk @fortran-lang/admins @fortran-lang/fpm @arteevraina @perazz @minhqdao
The text was updated successfully, but these errors were encountered: