Cargando…

Mastering DynamoDB : master the intricacies of the NoSQL database DynamoDB to take advantage of its fast performance and seamless scalability /

If you have interest in DynamoDB and want to know what DynamoDB is all about and become proficient in using it, this is the book for you. If you are an intermediate user who wishes to enhance your knowledge of DynamoDB, this book is aimed at you. Basic familiarity with programming, NoSQL, and cloud...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Deshpande, Tanmay
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn891187349
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 140924s2014 enka o 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d DEBBG  |d DEBSZ  |d EBLCP  |d HEBIS  |d IDEBK  |d E7B  |d S4S  |d COO  |d YDXCP  |d N$T  |d OCLCQ  |d AGLDB  |d OCLCF  |d ICA  |d K6U  |d CCO  |d FVL  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d REB  |d D6H  |d OCL  |d STF  |d VTS  |d CEF  |d ICG  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d DKC  |d AU@  |d OCLCQ  |d OCLCO  |d QGK  |d OCLCQ 
016 7 |a 018006682  |2 Uk 
019 |a 889675877  |a 907279639  |a 1259217839 
020 |a 9781783551965  |q (electronic bk.) 
020 |a 1783551968  |q (electronic bk.) 
020 |z 9781783551965 
020 |z 1783551968 
020 |z 9781783551958 
020 |z 178355195X 
029 1 |a CHNEW  |b 000688474 
029 1 |a CHNEW  |b 000688475 
029 1 |a CHNEW  |b 000888543 
029 1 |a CHVBK  |b 374474591 
029 1 |a DEBBG  |b BV042182628 
029 1 |a DEBBG  |b BV043611724 
029 1 |a DEBSZ  |b 414089995 
029 1 |a DEBSZ  |b 417233159 
029 1 |a DEBSZ  |b 484728512 
029 1 |a DKDLA  |b 820120-katalog:999930479705765 
029 1 |a GBVCP  |b 882840681 
029 1 |a UKMGB  |b 018006682 
035 |a (OCoLC)891187349  |z (OCoLC)889675877  |z (OCoLC)907279639  |z (OCoLC)1259217839 
037 |a 9781783551965  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.9.D26  |b D474 2014eb 
072 7 |a COM  |x 018000  |2 bisacsh 
082 0 4 |a 005.75  |2 22 
049 |a UAMI 
100 1 |a Deshpande, Tanmay. 
245 1 0 |a Mastering DynamoDB :  |b master the intricacies of the NoSQL database DynamoDB to take advantage of its fast performance and seamless scalability /  |c Tanmay Deshpande. 
260 |a Birmingham, UK :  |b Packt Pub.,  |c 2014. 
300 |a 1 online resource (1 volume) :  |b illustrations 
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 
588 0 |a Online resource; title from title page (Safari, viewed September 17, 2014). 
505 0 |a Cover; Copyright; Credits; Foreword; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; DynamoDB''s history; What is DynamoDB?; Data model concepts; Operations; Table operations; Item operations; The Query and Scan operations; Provisioned throughput; DynamoDB features; Fully managed; Durable; Scalable; Fast; Simple administration; Fault tolerance; Flexible; Indexing; Secure; Cost effective; How do I get started?; Creating a DynamoDB table using the AWS management console; DynamoDB Local; Summary. 
505 8 |a Chapter 2: Data ModelsPrimary key; Hash primary key; Hash and range primary key; Secondary indexes; Local secondary index; Global secondary index; Data types; Scalar data types; String; Number; Binary; Multivalued data types; Operations on tables; Using the AWS SDK for Java; Create table; Update table; Delete table; List tables; Using the AWS SDK for .NET; Create table; Update table; Delete table; List tables; Using the AWS SDK for PHP; Create table; Update table; Delete table; List tables; Operations on items; Strong versus eventual consistency; Eventual consistency; Conditional writes. 
505 8 |a Item size calculationsUsing the AWS SDK for Java; Put item; Get item; Update item; Delete item; Batch get items; Batch write items; Using the AWS SDK for .NET; Put item; Get item; Update item; Delete item; BatchGetItems; BatchWriteItems; Using the AWS SDK for PHP; The putItem method; The getItem method; The updateItem method; The deleteItem method; The batchGetItem API; The batchWriteItems API; Query and scan operations; Query versus scan; Pagination; Limit and counts; Parallel scan; Querying tables; Using the AWS SDK for Java; Using the AWS SDK for .NET; PHP API; Scanning tables. 
505 8 |a Using the AWS SDK for JavaUsing the AWS SDK for .NET; Using the AWS SDK for PHP; Modeling relationships; One to one; One to many; Many to many; Summary; Chapter 3: How DynamoDB Works; Service-oriented architecture; Design features; Data replication; Conflict resolution; Scalability; Symmetry; Flexibility; Architecture; Load balancing; Data replication; Data versioning and reconciliation; Logic-based reconciliation; Time-based reconciliation; Request handling; Handling failures; Ring membership; Seed nodes; Functional components; Request coordinator; Membership failure and detection. 
505 8 |a Local persistence storeSummary; Chapter 4: Best Practices; Table level best practices; Choosing a primary key; Evenly distributed data upload; Managing time series data; Item best practices; Caching; Storing large attribute values; Using compressions; Using AWS S3; Using multiple chunks; Implementing one-to-many relationship; Inefficient approach; Better and efficient approach; Query and scan best practices; Maintaining even read activity; Using parallel scans; Local secondary indexes best practices; Global secondary index best practices; Summary; Chapter 5: Advanced Topics. 
520 |a If you have interest in DynamoDB and want to know what DynamoDB is all about and become proficient in using it, this is the book for you. If you are an intermediate user who wishes to enhance your knowledge of DynamoDB, this book is aimed at you. Basic familiarity with programming, NoSQL, and cloud computing concepts would be helpful. 
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 
650 0 |a Databases  |x Development. 
650 0 |a Database design. 
650 6 |a Bases de données  |x Conception. 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a Database design.  |2 fast  |0 (OCoLC)fst00888032 
776 0 8 |i Erscheint auch als:  |n Druck-Ausgabe  |t Deshpande, Tanmay. Mastering DynamoDB 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783551958/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1774327 
938 |a ebrary  |b EBRY  |n ebr10917809 
938 |a EBSCOhost  |b EBSC  |n 836700 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis29662601 
938 |a YBP Library Services  |b YANK  |n 12055184 
994 |a 92  |b IZTAP