Get Free Ebook MongoDB: The Definitive Guide, by Kristina Chodorow
So, simply be here, discover the book MongoDB: The Definitive Guide, By Kristina Chodorow now as well as review that swiftly. Be the first to read this book MongoDB: The Definitive Guide, By Kristina Chodorow by downloading in the web link. We have a few other e-books to read in this web site. So, you could locate them additionally effortlessly. Well, now we have done to provide you the ideal publication to read today, this MongoDB: The Definitive Guide, By Kristina Chodorow is truly ideal for you. Never ever dismiss that you require this e-book MongoDB: The Definitive Guide, By Kristina Chodorow to make far better life. On-line book MongoDB: The Definitive Guide, By Kristina Chodorow will actually give very easy of everything to check out and also take the benefits.
MongoDB: The Definitive Guide, by Kristina Chodorow
Get Free Ebook MongoDB: The Definitive Guide, by Kristina Chodorow
MongoDB: The Definitive Guide, By Kristina Chodorow. One day, you will certainly find a brand-new journey and expertise by investing more money. However when? Do you assume that you have to acquire those all requirements when having significantly money? Why do not you attempt to get something straightforward in the beginning? That's something that will lead you to know even more regarding the globe, adventure, some areas, past history, home entertainment, and a lot more? It is your very own time to continue checking out habit. Among guides you can appreciate now is MongoDB: The Definitive Guide, By Kristina Chodorow here.
Sometimes, reviewing MongoDB: The Definitive Guide, By Kristina Chodorow is quite uninteresting and it will take long time beginning with getting guide and also begin reviewing. However, in contemporary era, you could take the creating technology by using the web. By net, you could see this web page as well as start to hunt for the book MongoDB: The Definitive Guide, By Kristina Chodorow that is needed. Wondering this MongoDB: The Definitive Guide, By Kristina Chodorow is the one that you need, you can go with downloading. Have you recognized how to get it?
After downloading the soft data of this MongoDB: The Definitive Guide, By Kristina Chodorow, you could begin to review it. Yeah, this is so enjoyable while somebody ought to review by taking their large books; you remain in your new means by only handle your device. Or perhaps you are working in the office; you can still make use of the computer system to read MongoDB: The Definitive Guide, By Kristina Chodorow completely. Of course, it will not obligate you to take several web pages. Just web page by page depending on the moment that you need to read MongoDB: The Definitive Guide, By Kristina Chodorow
After understanding this extremely simple means to check out and get this MongoDB: The Definitive Guide, By Kristina Chodorow, why do not you inform to others about by doing this? You could tell others to see this website and also go with browsing them favourite publications MongoDB: The Definitive Guide, By Kristina Chodorow As known, below are bunches of listings that offer numerous kinds of publications to collect. Simply prepare couple of time as well as web links to get guides. You could truly appreciate the life by reviewing MongoDB: The Definitive Guide, By Kristina Chodorow in a really basic manner.
Manage the huMONGOus amount of data collected through your web application with MongoDB. This authoritative introduction—written by a core contributor to the project—shows you the many advantages of using document-oriented databases, and demonstrates how this reliable, high-performance system allows for almost infinite horizontal scalability.
This updated second edition provides guidance for database developers, advanced configuration for system administrators, and an overview of the concepts and use cases for other people on your project. Ideal for NoSQL newcomers and experienced MongoDB users alike, this guide provides numerous real-world schema design examples.
- Get started with MongoDB core concepts and vocabulary
- Perform basic write operations at different levels of safety and speed
- Create complex queries, with options for limiting, skipping, and sorting results
- Design an application that works well with MongoDB
- Aggregate data, including counting, finding distinct values, grouping documents, and using MapReduce
- Gather and interpret statistics about your collections and databases
- Set up replica sets and automatic failover in MongoDB
- Use sharding to scale horizontally, and learn how it impacts applications
- Delve into monitoring, security and authentication, backup/restore, and other administrative tasks
- Sales Rank: #69203 in Books
- Published on: 2013-05-26
- Released on: 2013-05-26
- Original language: English
- Number of items: 1
- Dimensions: 9.19" h x .92" w x 7.00" l, 1.53 pounds
- Binding: Paperback
- 432 pages
About the Author
Kristina is a software engineer who worked on the MongoDB core for five years. She led MongoDB's replica set development as well as writing the PHP and Perl drivers. She has given talks on MongoDB at meetups and conferences around the world and maintains a blog on technical topics at http://www.kchodorow.com. She currently works at Google.
Most helpful customer reviews
22 of 26 people found the following review helpful.
Very good book
By Amazon Customer
Disclaimer: I got a free copy of this book as part of the O'Reilly Blogger Review program. The opinion here is not influenced by that.
It is only my own and honest opinion of this product.
MongoDB is one of the stars in the NoSQL market (surpassed in popularity maybe only by Cassandra) and several books are now available.
One of the most popular ones has been MongoDB: The Definitive Guide of which a 2nd edition is now available .
The 2nd edition is about twice as big as the first edition and has over 400 pages.
The book covers everything from the basics to replication, sharding, server administration and schema design.
I liked the examples chosen. They are not too complicated and as a reader I could concentrate on the MongoDB stuff and didn't have to invest a lot of time to understand the business logic of the examples (some books come up with way to complicated examples and then have a hard time explaining what's really important to the reader).
The text is easy to read and never gets boring. I like the fact that the PDF ebook has syntax highlighting in the code examples, that makes the examples easier to read.
I would have liked to see a short comparison with some other NoSQL databases like Riak or Cassandra but one can find this information online via a Google search easily.
The book is not intended as a guide to all the different drivers for different languages. But when you understand the content of the book, it shouldn't be too hard to use it from any programming language that has a decent driver for MongoDB like Scala, Java, Python or Ruby.
Summary:
If you are a developer or system administrator working with MongoDB and want a comprehensive, easy to read book, I highly recommend "MongoDB: The Definitive Guide, 2nd Edition".
10 of 10 people found the following review helpful.
Great book, a little bit out of date.
By Hawk Eye
Very good book, goes into a lot of low level detail. I would have given it 5 stars except for the fact that is is a bit out of date. It discussed MongoDB version 2.4.0 but the latest version is 3.2 and there have been a lot of improvements in MongoDB since 2.4.0.
9 of 10 people found the following review helpful.
A very good companion for those to sail through the NoSQL waters
By A. Zubarev
Who working in IT today never heard of Big Data or NoSQL moniker? Barely there are few. No wonder all the publishers emit books on this topic at a high rate. But then it puzzles the consumer, what book to choose?
MongoDB: The Definitive Guide, 2nd Edition by Kristina Chodorow is my 2nd best read of year 2014. More on that later.
But why MongoDB? The answer is simple, it seems to be the most widely adopted NoSQL store. Even if you do not regularly follow technical news articles be aware that MongoDB runs and supported on many platforms, from Linux of any flavour to Windows Azure (Cloud OS), it has recently joined forces with Cloudera to grow even further, and stronger.
What actually makes MongoDB standing out of a crowd of probably 150 other NoSQL offerings? In my view this is for MongoDB having an easy to understand implementation, ease of sharding and scaling out, JSON/JavaScript powered queries familiar to Web-scale developers and it auto load-balancing.
But users need to master it. This is especially true for such rapidly being developed product. So a book like this makes perfect sense to have (note: I am not affiliated with O'Reilly).
So back to why I liked this book very much? It is due to a variety of reasons, but I list only the following three that influenced my opinion the most:
1) Reading it feels like this book becomes your technical friend, a guide or companion;
2) Even for a non-technical reader, or who is new to NoSQL data stores this book does not bring with it any steep learning curves, it submerges one into NoSQL craft gradually, and
3) Lastly, the book provides enough intricate insight into making one a MongoDB gate keeper, mature pro, or just a go-to guy.
So, what will you learn?
From basic shell commands to creating documents, from querying to performance tuning, then to replication and load balancing, recovering from peculiar situations, to finally preserving your data and ensuring integrity.
I think this is enough to succeed, indeed at 400 pagers this is a brilliant 2nd edition by Kristina Chodorow!
MongoDB: The Definitive Guide, by Kristina Chodorow PDF
MongoDB: The Definitive Guide, by Kristina Chodorow EPub
MongoDB: The Definitive Guide, by Kristina Chodorow Doc
MongoDB: The Definitive Guide, by Kristina Chodorow iBooks
MongoDB: The Definitive Guide, by Kristina Chodorow rtf
MongoDB: The Definitive Guide, by Kristina Chodorow Mobipocket
MongoDB: The Definitive Guide, by Kristina Chodorow Kindle