0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (3)
  • R2,500 - R5,000 (2)
  • -
Status
Brand

Showing 1 - 5 of 5 matches in All Departments

The Definitive Guide to MongoDB - A complete guide to dealing with Big Data using MongoDB (Paperback, 3rd ed.): Eelco Plugge,... The Definitive Guide to MongoDB - A complete guide to dealing with Big Data using MongoDB (Paperback, 3rd ed.)
Eelco Plugge, David Hows, Peter Membrey, Tim Hawkins
R3,452 Discovery Miles 34 520 Ships in 10 - 15 working days

The Definitive Guide to MongoDB, Third Edition, is updated for MongoDB 3 and includes all of the latest MongoDB features, including the aggregation framework introduced in version 2.2 and hashed indexes in version 2.4. The Third Edition also now includes Python. MongoDB is the most popular of the "Big Data" NoSQL database technologies, and it's still growing. David Hows from 10gen, along with experienced MongoDB authors Peter Membrey and Eelco Plugge, provide their expertise and experience in teaching you everything you need to know to become a MongoDB pro.

MongoDB Basics (Paperback, 1st ed.): Peter Membrey, David Hows, Eelco Plugge MongoDB Basics (Paperback, 1st ed.)
Peter Membrey, David Hows, Eelco Plugge
R1,506 Discovery Miles 15 060 Ships in 10 - 15 working days

Need a quick and easy to understand introduction to MongoDB and NoSQL databases? MongoDB Basics, from The Definitive Guide to MongoDB, 2E, shows you how a document-oriented database system differs from a relational database, and how to install and get started using it. You'll also learn MongoDB design basics, including geospatial indexing, how to navigate, view, and query your database, and how to use GridFS with a bit of Python.

The Definitive Guide to MongoDB - The NoSQL Database for Cloud and Desktop Computing (Paperback, 1st ed.): Peter Membrey, Eelco... The Definitive Guide to MongoDB - The NoSQL Database for Cloud and Desktop Computing (Paperback, 1st ed.)
Peter Membrey, Eelco Plugge, Duptim Hawkins
R1,659 Discovery Miles 16 590 Ships in 10 - 15 working days

MongoDB, a cross-platform NoSQL database, is the fastest-growing new database in the world. MongoDB provides a rich document orientated structure with dynamic queries that you'll recognize from RDMBS offerings such as MySQL. In other words, this is a book about a NoSQL database that does not require the SQL crowd to re-learn how the database world works MongoDB has reached 1.0 and already boasts 50,000+ users. The community is strong and vibrant and MongoDB is improving at a fast rate. With scalable and fast databases becoming critical for today's applications, this book shows you how to install, administer and program MongoDB *without* pretending SQL never existed.What you'll learn* Set up MongoDB on all major platforms, including Linux and Cloud platforms* Model data within a document-oriented database* Work with your data using non-SQL commands* Write applications using MongoDB's PHP API* Optimize MongoDB* Master MongoDB administration, including replicationWho this book is for This book will appeal to everyone with some experience in database administration, and provides the entry point for those of us who don't want to hear about database theory but still need to implement a NoSQL-based database. PHP developers will also profit from this book, since it will add an important NoSQL database to their toolkit.

Practical Load Balancing - Ride the Performance Tiger (Paperback, 1st ed.): Peter Membrey, Eelco Plugge, David Hows Practical Load Balancing - Ride the Performance Tiger (Paperback, 1st ed.)
Peter Membrey, Eelco Plugge, David Hows
R1,397 Discovery Miles 13 970 Ships in 10 - 15 working days

The emergence of the cloud and modern, fast corporate networks demands that you perform judicious balancing of computational loads.Practical Load Balancing presents an entire analytical framework to increase performance not just ofone machine, but of your entire infrastructure. Practical Load Balancing starts by introducingkey concepts and the tools you'll need to tackle your load-balancing issues. You'll travel through the IP layers and learnhow they can create increased network traffic for you. You'll seehow to account for persistence and state, and how you can judge the performance of scheduling algorithms. You'll then learn how to avoid performance degradation and any risk of the sudden disappearance of a service on a server.If you're concerned with running your load balancer for an entire network, you'll find out how to set upyour network topography, and condense each topographical variety into recipes that will serve you in different situations. You'll also learn about individual servers, and load balancers that can perform cookie insertion or improve your SSL throughput. You'll also explore load balancing in the modern context of the cloud. While load balancers need to be configured for high availability once the conditions on the network have been created, modern load balancing has found its way into the cloud, where good balancing is vital for the very functioning of the cloud, and where IPv6 is becoming ever more important. You can read Practical Load Balancing from end to end or out of sequence, and indeed, if there are individual topics that interest you, you can pick up this book and work through it once you have read the first three chapters. What you'll learn Judgenetwork load balancingalgorithms and when to use them Plan your network for optimal load balancing performance Configure single servers to take advantage of modern load balancing software Learning to use load balancing software like HAproxy, STunnel etc. Become familiar with implications of IPv6 and the cloud Improve SSL throughput and seamless application cookie insertion Who this book is for

Network engineers, developers and IT managers. Table of Contents Part I: Getting Started 1. Introduction 2. How websites work: what makes them slow 3. Content Caching: keeping the load light 4. DNS based load balancing 5. Content Delivery Networks 6. Planning for Performance and Reliability Part II: Load Balancing Essentials 7. Essential concepts you need to know 8. HTTP load balancing 9. Database load balancing 10. Load balancing your network connection 11. SSL Load Balancing Part III: Load balancing situations 12. Clustering the Load Balancers for High Availability 13. Load balancing in the cloud 14. IPv6: Implications and concepts 15. Where to go next... Appendix 1: Common Terms and Concepts

The Definitive Guide to MongoDB - A complete guide to dealing with Big Data using MongoDB (Paperback, 2nd ed.): David Hows,... The Definitive Guide to MongoDB - A complete guide to dealing with Big Data using MongoDB (Paperback, 2nd ed.)
David Hows, Eelco Plugge, Peter Membrey, Tim Hawkins
R2,558 Discovery Miles 25 580 Ships in 10 - 15 working days

The Definitive Guide to MongoDB, Second Edition, is updated for the latest version and includes all of the latest MongoDB features, including the aggregation framework introduced in version 2.2 and hashed indexes in version 2.4. MongoDB is the most popular of the Big Data NoSQL database technologies, and it's still growing. David Hows from 10gen, along with experienced MongoDB authors Peter Membrey and Eelco Plugge, provide their expertise and experience in teaching you everything you need to know to become a MongoDB pro. The Definitive Guide to MongoDB, Second Edition, starts with the basics, including how to install on Windows, Linux, and OS X, and how MongoDB handles your data. Then you'll learn how to develop with MongoDB with both PHP and Python, including an example application using a PHP driver to create a blog application. Finally, you'll dig into more advanced but extremely important MongoDB features, including optimization, replication, and sharding -- load-balancing that makes MongoDB ideal for dealing with Big Data. If you're dealing with data, MongoDB should be on your must-learn list. The Definitive Guide to MongoDB, Second Edition, is just the book you need.What you'll learn * Set up MongoDB on all major server platforms, including Windows, Linux, OS X, and cloud platforms like Rackspace, Azure, and Amazon EC2 * Work with GridFS and the new aggregation framework * Work with your data using non-SQL commands * Write applications using either PHP or Python * Optimize MongoDB * Master MongoDB administration, including replication, replication tagging, and tag-aware sharding Who this book is for Database admins and developers who need to get up to speed on MongoDB and its Big Data, NoSQL approach to dealing with data management.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Bantex B9875 A5 Record Card File Box…
R125 R112 Discovery Miles 1 120
ScentStory 24 Elixir Neroli Eau De…
R1,776 Discovery Miles 17 760
ZA Key ring - Blue
R199 Discovery Miles 1 990
Herontdek Jou Selfvertroue - Sewe Stappe…
Rolene Strauss Paperback  (1)
R330 R284 Discovery Miles 2 840
Loot
Nadine Gordimer Paperback  (2)
R205 R164 Discovery Miles 1 640
Dropout Boogie
Black Keys CD R394 Discovery Miles 3 940
Multi Colour Jungle Stripe Neckerchief
R119 Discovery Miles 1 190
Widows
Viola Davis, Michelle Rodriguez, … Blu-ray disc R22 R19 Discovery Miles 190
Amos Clear Glue All Purpose Glue (30ml)
R29 Discovery Miles 290
Loot
Nadine Gordimer Paperback  (2)
R205 R164 Discovery Miles 1 640

 

Partners