Making Sense of NoSQL

Authors: Don McCreary & Ann Kelly
Publisher: Manning
Pages: 312
ISBN: 978-1617291074
Aimed at: Software architects and technical managers
Rating: 3.5
Reviewed by: Kay Ewbank

NoSQL is getting a lot of attention. What exactly is it? Where does it fit in?

 

The subtitle of this book is ‘A guide for managers and the rest of us’, which might make you put it back on the bookshelf quickly, wiping your hands in case they were contaminated. Fortunately, the content of the book is rather more useful than the title suggests. That said, the book is high level; this is not a book on which NoSQL system to choose, or how to use NoSQL tools. Instead, it’s a discussion of NoSQL compared to relational systems, case studies comparing NoSQL and SQL, and an analysis of what the important factors are when implementing NoSQL systems in different situations.

our types of NoSQL systems are covered – key value stores, column stores, document stores and graph stores. Most chapters end with at least one case study showing how the concepts from the chapter have been applied in real systems, with details of which NoSQL database has been used and what the advantages have been.

 

Banner

 

The book starts with a definition of what NoSQL is, and the basic concepts behind it. Database patterns are the topic of the next part, where the authors look at NoSQL and SQL database structures, how they are accessed, and where each offers advantages. XML databases are also introduced in this section.

 

 

Using NoSQL for big data, search, high availability and agile web development is the topic for the next part of the book. I felt this was one of the stronger parts of the book, with good coverage of distributed systems and MapReduce and a nice chapter on NoSQL search.

The final part of the book covers ‘advanced topics’, starting with NoSQL and functional programming. Functional programming isn’t the easiest topic to explain, but I thought the authors did reasonably well in getting across the concept. Security and how to protect your NoSQL systems gets a chapter, and the book closes on how to select the right NoSQL solution.

Overall, this is a good book to read if you don’t know much about NoSQL and want to find out where it fits into modern programming. It’s by no means a ‘how to’ book, but it does a good job on the ‘why’.

 

Banner


Software Requirements Essentials

Authors: Karl Wiegers and Candase Hokanson
Publisher: Addison-Wesley
Pages: 208
ISBN: 9780138190286
Print: 0138190283
Kindle: B0BTLC53FF
Audience: General
Rating: 4.5
Reviewer: Kay Ewbank

This slim book looks at how to work out the requirements for a software project through twenty 'practices' that you c [ ... ]



GraphQL in Action (Manning)

Author: Samer Buna
Publisher: Manning
Pages: 384
ISBN: 978-1617295683
Print: 161729568X
Audience: Developers interested in GraphQL
Rating: 4.5
Reviewer: Kay Ewbank

GraphQL has achieved impressive popularity as an open-source language for APIs that can be used for querying and manipulating data.&nbs [ ... ]


More Reviews

 

Last Updated ( Friday, 02 May 2014 )