Cargando…

Cassandra design patterns : build industry-strength data storage solutions with time-tested design methodologies using Cassandra /

Build real-world, industry-strength data storage solutions with time-tested design methodologies using Cassandra About This Book Explore design patterns which co-exist with legacy data stores, migration from RDBMS, and caching technologies with Cassandra Learn about design patterns and use Cassandra...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Thottuvaikkatumana, Rajanarayanan (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2015.
Edición:Second edition.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn928999892
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 151113s2015 enk ob 001 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d N$T  |d UMI  |d YDXCP  |d OCLCF  |d COO  |d OCLCQ  |d DEBSZ  |d EBLCP  |d OCLCQ  |d DEBBG  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCO  |d CEF  |d OCLCQ  |d WYU  |d OCLCO  |d UAB  |d OCLCQ  |d OCLCO  |d QGK  |d OCLCO  |d OCLCQ 
019 |a 928779434  |a 930601947  |a 935249785  |a 961680279  |a 1259204422 
020 |a 1783988487  |q (electronic bk.) 
020 |a 9781783988488  |q (electronic bk.) 
020 |z 178528570X 
020 |z 9781785285707 
029 1 |a AU@  |b 000062335153 
029 1 |a CHNEW  |b 000893886 
029 1 |a CHVBK  |b 374530432 
029 1 |a DEBBG  |b BV043627539 
029 1 |a DEBBG  |b BV043968025 
029 1 |a DEBSZ  |b 461172933 
029 1 |a DEBSZ  |b 485785110 
029 1 |a GBVCP  |b 882746405 
029 1 |a AU@  |b 000057000225 
035 |a (OCoLC)928999892  |z (OCoLC)928779434  |z (OCoLC)930601947  |z (OCoLC)935249785  |z (OCoLC)961680279  |z (OCoLC)1259204422 
037 |a 849274  |b MIL 
050 4 |a QA76.9.D3 
072 7 |a COM  |x 021000  |2 bisacsh 
082 0 4 |a 005.75/8  |2 23 
049 |a UAMI 
100 1 |a Thottuvaikkatumana, Rajanarayanan,  |e author. 
245 1 0 |a Cassandra design patterns :  |b build industry-strength data storage solutions with time-tested design methodologies using Cassandra /  |c Rajanarayanan Thottuvaikkatumana. 
250 |a Second edition. 
260 |a Birmingham :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; Acknowledgements; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Co-existence Patterns; A brief overview of Cassandra; Denormalization pattern; Motivations/solutions; Best practices; Example; Reporting pattern; Motivations/solutions; Best practices; Example; Aggregation pattern; Motivations/solutions ; Best practices; Example; References; Summary; Chapter 2: RDBMS Migration Patterns; A brief overview; List pattern; Motivations/solutions; Best practices; Example; Set pattern; Motivations/solutions; Best practices. 
505 8 |a ExampleMap pattern; Motivations/solutions; Best Practices; Example; Distributed Counter pattern; Motivations/solutions; Best practices; Example; Purge pattern; Motivations/solutions; Best Practices; Example; References; Summary; Chapter 3: Cache Migration Pattern; A brief overview; Cache to NoSQL pattern; Motivations/solutions; Best practices; Example; References; Summary; Chapter 4: CAP Patterns; A brief overview; Write-heavy pattern; Motivations/solutions; Best practices; Example; Read-heavy pattern; Motivations/solutions; Best practices; Example; Read-write balanced pattern. 
505 8 |a Motivations/solutionsBest practices; Example; References; Summary; Chapter 5: Temporal Patterns; A brief overview; Time series pattern; Motivations/solutions; Best practices; Example; Log pattern; Motivations/solutions; Best practices; Example; Conversation pattern; Motivations/solutions; Best practices; Example; References; Summary; Chapter 6: Analytics Patterns; Processing big data; Apache Hadoop; Apache Spark; Transforming data; A brief overview; Map/Reduce pattern; Motivations/solutions; Best practices; Example; Transformation pattern; Motivations/solutions; Best practices; Example. 
520 |a Build real-world, industry-strength data storage solutions with time-tested design methodologies using Cassandra About This Book Explore design patterns which co-exist with legacy data stores, migration from RDBMS, and caching technologies with Cassandra Learn about design patterns and use Cassandra to provide consistency, availability, and partition tolerance guarantees for applications Handle temporal data for analytical purposes Who This Book Is For This book is intended for big data developers who are familiar with the basics of Cassandra and wish to understand and utilize Cassandra design patterns to develop real-world big data solutions. Prior knowledge of RDBMS solutions is assumed. What You Will Learn Enable Cassandra to co-exist with RDBMS and other legacy data stores Explore various design patterns to build effective and robust storage solutions Migrate from RDBMS-based data stores and caching solutions to Cassandra Understand the behaviour of Cassandra when trying to balance the needs of consistency, availability, and partition tolerance Deal with time stamps related to data effectively See how Cassandra can be used in analytical use cases Apply the design patterns covered in this book in real-world use cases In Detail There are many NoSQL data stores used by big data applications. Cassandra is one of the most widely used NoSQL data stores that is frequently used by a huge number of heavy duty Internet-scale applications. Unlike the RDBMS world, the NoSQL landscape is very diverse and there is no one way to model data stores. This mandates the need to have good solutions to commonly seen data store design problems. Cassandra addresses such common problems simply. If you are new to Cassandra but well-versed in RDBMS modeling and design, then it is natural to model data in the same way in Cassandra, resulting in poorly performing applications and losing the real purpose of Cassandra. If you want to learn to make the most of Cassandra, this book is for you. This book starts with strategies to integrate Cassandra with other legacy data stores and progresses to the ways in which a migration from RDBMS to Cassandra can be accomplished. The journey continues with ideas to migrate data from cache solutions to Cassandra. With this, the stage is set and the book moves on to some of the most commonly seen problems in applications when dealing with consistency, availability, and partition tolerance guarantees. Cassandra is exceptionally good at... 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Apache Cassandra. 
630 0 7 |a Apache Cassandra.  |2 fast  |0 (OCoLC)fst01911569 
650 0 |a Software patterns. 
650 0 |a Database management. 
650 6 |a Logiciels  |x Modèles de conception. 
650 6 |a Bases de données  |x Gestion. 
650 7 |a COMPUTERS  |x Database Management  |x General.  |2 bisacsh 
650 7 |a Database management.  |2 fast  |0 (OCoLC)fst00888037 
650 7 |a Software patterns.  |2 fast  |0 (OCoLC)fst01124209 
776 0 8 |i Print version:  |a Thottuvaikkatumana, Rajanarayanan.  |t Cassandra Design Patterns - Second Edition.  |d Birmingham : Packt Publishing Ltd, ©2015  |z 9781785285707 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785285707/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4191205 
938 |a EBSCOhost  |b EBSC  |n 1091508 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33109341 
938 |a YBP Library Services  |b YANK  |n 12687401 
994 |a 92  |b IZTAP