Seven Databases in Seven Weeks

A Guide to Modern Databases and the NoSQL Movement

360 pages

English language

Published 2018

ISBN:
978-1-68050-253-4
Copied ISBN!

View on OpenLibrary

View on Inventaire

3 stars (1 review)

Data is getting bigger and more complex by the day, and so are your choices in handling it. Explore some of the most cutting-edge databases available - from a traditional relational database to newer NoSQL approaches - and make informed decisions about challenging data storage problems. This is the only comprehensive guide to the world of NoSQL databases, with in-depth practical and conceptual introductions to seven different technologies: Redis, Neo4J, CouchDB, MongoDB, HBase, Postgres, and DynamoDB. This second edition includes a new chapter on DynamoDB and updated content for each chapter.

While relational databases such as MySQL remain as relevant as ever, the alternative, NoSQL paradigm has opened up new horizons in performance and scalability and changed the way we approach data-centric problems. This book presents the essential concepts behind each database alongside hands-on examples that make each technology come alive.

With each database, tackle a real-world problem that highlights …

1 edition

Review of 'Seven Databases in Seven Weeks: A Guide to Modern Databases and the NoSQL Movement' on 'Storygraph'

3 stars

A good overview of the different databases on offer, and a good introduction to NoSQL. I did feel that there were some places where the database interface was presented even when it wasn't relevant -- most of the time you're going to be working with a driver into the language -- but overall it helps for discussing the difference between Cassandra, MongoDB and Redis without making your brain break.