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

Migrate Database from PostgresSQL (Heroku) to MonogoDB cloud or Firebase #19

Open
Rishabh-malhotraa opened this issue Mar 24, 2021 · 1 comment

Comments

@Rishabh-malhotraa
Copy link
Owner

Heroku free postgres is really slow and you cant use it outside heroku, as I was panning to make a public API for leetcode questions it is better to either switch to a cloud database provide which is faster and has more storage, currently heroku caps to 10000 entries which is an absolute bummer.
Choose any of the three:-

  1. MongoDB Cloud
  2. Firebase Storage
  3. DynamoDB from aws
@ujju20
Copy link

ujju20 commented Oct 9, 2021

MongoDB is preferred if you are choosing a NoSQL DataBase.

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

No branches or pull requests

2 participants