top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Which MongoDB book is good for Software testers?

+2 votes
326 views

I am looking for a MongoDB book that has some project or practices for Software testers. I would like to learn MongoDB enough to do different automated testings.

posted Jul 2, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Here are some good suggestion for mongoDB books:
1.MongoDB: The Definitive Guide -This book takes you from the basic introduction of MongoDB to advanced programming concepts.
2.Scaling MongoDB -Scaling MongoDB is a book for advanced and intermediate level web developers. You can learn to use MongoDB clusters for storing huge amount of data in your web applications. It is purposed for document-oriented database models and web applications. The book starts with basic concepts of MongoDB including sharding, clustering, replication and load balancing.
3.50 Tips and Tricks for MongoDB Developers
4.MongoDB Applied Design Patterns

answer Feb 26, 2016 by Shivam Kumar Pandey
Similar Questions
0 votes

I want to develop an application in Asp.net MVC using mongodb.

Now as far as i know about mongodb. It is considered to be excellent for the definitional data and its search (fastest) and what for other operations?

Is mongodb good for other operations as well? should I use it for developing inventory like system or ecommerce or partially use it ?

0 votes

We all know that mongoDB provide different type of indexing (ascending, descending, geo2D, geo2d sphere, or text), so which type of indexing considered more efficient for indexing boolean field?

+1 vote

I am new to ruby on rails (using rails 4 and ruby 2.0.0) and I'm looking for a good tutorial for mongo db using mongoid.yml.

I found a few online, but they give only the basic steps. And I have done till that. ie. insert, query, etc from a mongo db database through the controller.

My basic question revolves around making a connection pool and using it. What changes to do it the mongoid.yml and how to (in java terms) getConnection from the controller???

Any help would be appreciated?

...