Mongodb server specs [closed] - mongodb

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
May i ask what is the best server specs for mongodb?
With initial request of 5k - 10k read / writes.
I don't have any idea with this please help me.
Thanks In Advance!

A normal configuration desktop should be able to handle this requirement. But may not be recommended for the production deployment.
But 10Gen, the mongodb company recommends $7K - $10K range boxes for optimal performance (in their free course offered a month ago). You can watch 9th video of playlist 7 about MongoDB DBA Tutorials or Hardware Requirements.
Again it varies based on different facts and you can take some tips from these videos to move forward.

Related

How to Take MongoDB BackUp [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a MongoDB Data Base Having around 50 collections..
It Contain some master collection and some transaction collections.
I want to take backup of my database every 5 hour .. PLz suggest some solution to do that
This question is very likely to be closed, but I'll give you a hand anyways. Dumping a mongo database is very easy. Look at the mongodump command. Once you have this, set up a cron job to execute it when you want (in this case, every 5 hours).
For some more information on setting up cron jobs, take a look here.

I am building a real time collaboration tool where user can keep multiple conversation at the same time [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
So I needed some kind of thread handling for this requirement. I went through XEP-0201 and found it useful, but I am not able to find any XMPP server and client that implemented XEP-0201.
Please let me know if anybody has used/wrote the XEP-0201 or if there is some other mechanism in XMPP so that I can handle multiple threads.
You won't find servers that support XEP-0201 - it's purely a client thing. Clients add the <thread> element to messages, and the recipient will receive it. The XEP is about general best practices around how to use that mechanism.

Facebook development [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I would lile to develop interactions with facebook. I see there are a lot of questions on the subject but I have no idea where to start. Could someone kindly point me to the right direction?
Thanks
I think the question is a reasonable one; much of the documentation is oriented to somebody who is already up to their eyeballs in Facebook integration.
The tutorials are not bad. E.g. if you have an iPad/iPhone and a web server, start with http://developers.facebook.com/docs/guides/mobile/web/ and go slowly through it. Even there you will find that it isn't newbie-friendly, but if you can successfully get a few examples going it may get your confidence up, and you can try to navigate something more complex.
Lots of great resources here including a getting started section. Good luck!

Disable ipad fully [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Can we disable the ipad fully? I have heard that its not possible. I have searched for it and it shows that the above cannot be done and if its done then the app will be rejected. But still for an accurate answer i'm posting this. Can any one provide me with the correct response?
No, you cannot do this without rooting the iPad (thereby invalidating its warrantee) and installing what most users would consider malware. (You may well have a reasonable use case — loaning them out or something — I'm just saying, that's how most users would see it.)

Deployment Strategies [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
i need to evaluate Software Deployment Strategies but literature is lacking. So i thought i could ask you which Strategies you know / use so that i can pick them up and evaluate them.
Thank you for your help
Are you sure you want a strategy? Deployment is more tactically and operational driven than strategic. From a software quality point of view, early feedback is seen as important and is driving towards an ASAP strategy. Take a look at the work of Kent Beck and google on lean startups. A thought experiment. Depending on your capital situation, market and competitors, you might prefer an ALAP strategy. But most companies are not Apple.