Parse Server: hosting MongoDB on AWS vs hosting on MongoLab [closed] - mongodb

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
AWS published a blog post about migrating from Parse. I wonder why they suggest hosting MongoDB on MongoLab instead of hosting it directly on AWS?
What's the advantage of hosting MongoDB on MongoLab?

If you have enough experience to manage mongodb yourself, and scale on your own, i think aws instances are cheaper than any hosted mongodb service. That depends on how many servers you will have to manage based on your requirement.
And another reason, since parse is a hosted service, that blog post is mostly for people looking for another hosted service.

Related

How could I create a hosted database to store data from my iOS app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
im în my first year of software developing. Im trying to create an iOS app where I will have some authenticate and other databases query to do. How could I create a hosted database that users could authenticate and retrieve different informations from it?
You can have a look at different MBaaS solutions (Mobile Backend as a Service), the most prominent of which are possibly:
AWS Amplify
Firebase (Google)
Azure Mobile Apps
They provide very simple ways to create a complete and secure backend for Mobile and Web Apps with Authentication, APIs, Data Storage and others.

How to recovery to different environment using Cassy backup tool? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to know how to recover Scalar DB to another instance using Cassy backup.
Because I need a new instance for tests from the production environment.
There is no direct support in Cassy to load backups that were taken in a cluster to another cluster.
Since Cassy only manages snapshots of Cassandra, you can follow the doc to do it.
For testing, I would recommend dumping some of the data from the current (possibly production) cluster and load it to a new testing cluster.

EC2 instance best practice for Mongodb and App deployment [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I installed Mongodb in EC2 t2.small instance with this guide. I don't know whether dedicate this instance for MonogoDB. or use this same instance for app deployment for production. Suggest me the best practice.
The 'best practice' is to run the database server on its on instance; the even better 'best practice' is to run MongoDB on a cluster of instances to give you high availability.
That said, its perfectably acceptable, imo, to run the DB and your app on the same instance for small projects with low demands where cost is an important driver, although personally I would use at least a EC2 large instance if you are going to make your instance do double-duty in this manner.
Now that you know what is 'best', only you can determine how much 'best' you can afford.

Mongodb Vs Azure Documentdb which is better and why [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I am going to use mongodb, but being a .net developer I am looking into
Azure Documentdb.
I want to know.
Anyone is really using Azure Documentdb on production.
Is azure Documentbd is as good as in performance as mongodb.
TIA.
Anyone is really using Azure Documentdb on production.
R: Microsoft is using on MSN portal and One Note.
Is azure Documentbd is as good as in performance as mongodb.
Yes, it is.
Mongo is more mature, but Azure DocumentDB is always being improved. I suppose that you are going to host your app on Azure, so I would go with Azure DocumentDB because it uses SSDs and I won't need to handle with the infrastructure stuff.

XMPP Jabber Hosting [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
Looks like my shared hosting plan does not cover running a Jabber server. Does anyone know of any free or very cheap solutions for doing this?
Google Apps for Domains provides XMPP support.
Dreamhost will host a Jabber server for you on their cheap web hosting plans. Although I had a bit of a falling-out with Dreamhost over a policy of theirs that penalized me for registering a domain that I later wanted to transfer to a friend of mine who was also hosted on Dreamhost.