DynamoDB Applied Design Patterns. (Record no. 2778842)

MARC details
000 -LEADER
fixed length control field 06648cam a2200709Ia 4500
001 - CONTROL NUMBER
control field ocn892045658
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711235741.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu---unuuu
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 141003s2014 xx o 000 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency IDEBK
Language of cataloging eng
Description conventions pn
Transcribing agency IDEBK
Modifying agency EBLCP
-- OCLCQ
-- N$T
-- OCLCQ
-- COO
-- OCLCO
-- YDXCP
-- OCLCQ
-- FEM
-- AGLDB
-- ICA
-- XFH
-- MERUC
-- OCLCQ
-- D6H
-- OCLCQ
-- OCLCF
-- VNS
-- VTS
-- OCLCQ
-- STF
-- OCLCQ
-- OCLCO
019 ## -
-- 907286306
-- 968108929
-- 969020085
-- 994398319
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781783551903
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1783551909
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1322152942
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781322152943
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781783551897
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1783551895
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000888890
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 374476098
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 484729446
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000067108426
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)892045658
Canceled/invalid control number (OCoLC)907286306
-- (OCoLC)968108929
-- (OCoLC)969020085
-- (OCoLC)994398319
037 ## - SOURCE OF ACQUISITION
Stock number 6317489954246715235
Source of stock number/acquisition TotalBoox
Form of issue Ebook only
Note www.totalboox.com
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.9.D26
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 021000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.75
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Vyas, Uchit.
9 (RLIN) 604735
245 10 - TITLE STATEMENT
Title DynamoDB Applied Design Patterns.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Name of publisher, distributor, etc Packt Publishing,
Date of publication, distribution, etc 2014.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
347 ## -
-- text file
-- rda
490 1# - SERIES STATEMENT
Series statement Community Experience Distilled
588 0# -
-- Print version record.
520 ## - SUMMARY, ETC.
Summary, etc DynamoDB provides fast and predictable performance with seamless scalability. If you are a developer, you can use DynamoDB to create a database table that can store and retrieve any amount of data, and serve any level of request traffic. As a database administrator, you can create and scale up or down your request capacity for your DynamoDB table without downtime or performance degradation. Designed as a complete solutions guide for AWS DynamoDB, this book is a fully managed proprietary NoSQL database service pattern. The book begins with a description of the concepts of data modeling including tables, items, attributes, primary keys, indexes, and design patterns. You will learn how to access DynamoDB in the management console, command line, and the Eclipse plugin. You will also gain insights into DynamoDB Local and CLI commands. By the end of the book, you will have all that it takes to efficiently use DynamoDB to its utmost capabilities.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Data Modeling with DynamoDB; Data model; Efficient use of primary keys; Basics of indexes; Default or primary indexes; Secondary indexes; DynamoDB data types; Summary; Chapter 2: DynamoDB Interfaces; The management console; Managing the DynamoDB table; Managing DynamoDB table items; The Eclipse plugin; The command-line interface; Summary; Chapter 3: Tools and Libraries of AWS DynamoDB; Creating your first SDK project; Java SDK operations; DynamoDB Local; Summary.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Chapter 4: Working with Secondary IndexesSecondary indexes; Projection; Local secondary index; Global secondary index; Item sharding; Ideal item writing; Best practices with secondary indexes; Distributing the load by choosing the correct key; Making use of the sparse index; Using the global secondary index for quicker retrieval; Creating a read replica; Using indexes sparingly; Choosing projections carefully; Optimizing frequent queries to avoid fetches; Watching for expanding item collections; Summary; Chapter 5: Query and Scan Operations in DynamoDB; Querying tables; Consistency.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Exclusive start keyScanning tables; Parallel scanning; Summary; Chapter 6: Working with the DynamoDB API; Data format; HTTP requests; Request header; Request body; Response header; Error handling; Client-side error with status code 400 -- retry not needed; AccessDeniedException; ConditionalCheckFailedException; IncompleteSignatureException; LimitExceededException; MissingAuthenticationTokenException; ResourceInUseException; ResourceNotFoundException; ValidationException; Client-side error with status code 400 -- retry possible; ProvisionedThroughputExceededException.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note ItemCollectionSizeLimitExceededExceptionThrottlingException; UnrecognizedClientException; Client-side error with status code 413; Server-side error with status code 500; InternalFailure and InternalServerError; ServiceUnavailableException; Error retry and exponential back off; Operations in DynamoDB; CreateTable; PutItem; UpdateItem; GetItem; Query; Scan; DeleteItem; DescribeTable; UpdateTable; DeleteTable; ListTables; BatchGetItem; BatchWriteItem; Summary; Chapter 7: Distributed Locking with DynamoDB; Distributed locking; Solutions available to solve distributed writes; Java high-level API.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Optimistic lockingImportance of distributed locking; Summary; Chapter 8: DynamoDB with Redshift, Data Pipeline, and MapReduce; Loading data from DynamoDB into Redshift; Importing and exporting data between DynamoDB and S3; Creating Data Pipeline; Exporting, importing, querying, and joining tables using AWS MapReduce; Exporting data from DynamoDB to S3; Exporting the DynamoDB table to HDFS; Importing data to DynamoDB; Querying data in DynamoDB; Joining two DynamoDB tables; Summary; Chapter 9: DynamoDB -- Best Practices; DynamoDB use cases; Schema-less-ISH; Batch applications.
546 ## - LANGUAGE NOTE
Language note English.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Databases
General subdivision Development.
9 (RLIN) 380708
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Database design.
9 (RLIN) 33785
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Bases de données
General subdivision Conception.
9 (RLIN) 969714
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Database Management
-- General.
Source of heading or term bisacsh
9 (RLIN) 907080
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Database design.
Source of heading or term fast
-- (OCoLC)fst00888032
9 (RLIN) 33785
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Vyas, Uchit.
Title DynamoDB applied design patterns : apply efficient DynamoDB design patterns for high performance of applications.
Place, publisher, and date of publication Birmingham, England : Packt Publishing, ©2014
Physical description iv, 186 pages
Series data for related item Community experience distilled.
International Standard Book Number 9781783551897
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Community experience distilled.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=853660">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=853660</a>
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL1797257
938 ## -
-- EBSCOhost
-- EBSC
-- 853660
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis29836759
938 ## -
-- YBP Library Services
-- YANK
-- 12092494
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library