Cargando…

Pro Couchbase server /

This new edition is a hands-on guide for developers and administrators who want to use the power and flexibility of Couchbase Server 4.0 in their applications. The second edition extends coverage of N1QL, the SQL-like query language for Couchbase. It also brings coverage of multiple new features, in...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Ostrovsky, David (Autor), Haji, Mohammed (Autor), Rodenski, Yaniv (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, [2015]
Edición:Second edition.
Colección:Expert's voice in databases.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn930703288
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 151201s2015 cau o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d YDXCP  |d N$T  |d EBLCP  |d NUI  |d CDX  |d DEBSZ  |d COO  |d UMI  |d GW5XE  |d OCLCF  |d B24X7  |d D6H  |d IAO  |d IAS  |d IAD  |d ICN  |d JBG  |d SOI  |d ILO  |d DEBBG  |d IDB  |d VT2  |d Z5A  |d LIV  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d U3W  |d REB  |d CEF  |d EZ9  |d OCLCQ  |d WYU  |d UKMGB  |d UAB  |d UKAHL  |d AUD  |d OCLCQ  |d CNCEN  |d DCT  |d ERF  |d OCLCQ  |d BRF  |d OCLCO  |d OCLCQ  |d KSU  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB8L6490  |2 bnb 
016 7 |a 019126926  |2 Uk 
019 |a 931593610  |a 932048609  |a 933610313  |a 961695717  |a 985060430  |a 1005829986  |a 1008960840  |a 1021253605  |a 1066658958  |a 1086557831  |a 1105802222  |a 1110960468  |a 1112577386  |a 1129361937  |a 1153001608 
020 |a 9781484211854  |q (electronic bk.) 
020 |a 1484211855  |q (electronic bk.) 
020 |z 9781484211861 
020 |z 1484211863  |q (print) 
020 |z 9781484211861  |q (print) 
024 7 |a 10.1007/978-1-4842-1185-4  |2 doi 
024 8 |a 9781484211854 
029 1 |a AU@  |b 000057011335 
029 1 |a AU@  |b 000067109494 
029 1 |a CHNEW  |b 000893672 
029 1 |a CHVBK  |b 374528292 
029 1 |a DEBBG  |b BV043627212 
029 1 |a DEBBG  |b BV043968549 
029 1 |a DEBSZ  |b 453697062 
029 1 |a DEBSZ  |b 485790513 
029 1 |a GBVCP  |b 882750607 
029 1 |a NZ1  |b 16246664 
029 1 |a UKMGB  |b 019126926 
029 1 |a AU@  |b 000068980215 
035 |a (OCoLC)930703288  |z (OCoLC)931593610  |z (OCoLC)932048609  |z (OCoLC)933610313  |z (OCoLC)961695717  |z (OCoLC)985060430  |z (OCoLC)1005829986  |z (OCoLC)1008960840  |z (OCoLC)1021253605  |z (OCoLC)1066658958  |z (OCoLC)1086557831  |z (OCoLC)1105802222  |z (OCoLC)1110960468  |z (OCoLC)1112577386  |z (OCoLC)1129361937  |z (OCoLC)1153001608 
037 |a CL0500000695  |b Safari Books Online 
050 4 |a QA76.9.C55 
072 7 |a COM  |x 021000  |2 bisacsh 
072 7 |a UN  |2 bicssc 
072 7 |a UMT  |2 bicssc 
082 0 4 |a 004/.36  |2 23 
049 |a UAMI 
100 1 |a Ostrovsky, David,  |e author. 
245 1 0 |a Pro Couchbase server /  |c David Ostrovsky, Mohammed Haji, Yaniv Rodenski. 
250 |a Second edition. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c [2015] 
264 4 |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 
347 |b PDF 
490 1 |a The expert's voice in databases 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed December 10, 2015). 
500 |a Includes index. 
505 0 |a At a Glance; Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Foreword; Part I: Getting Started ; Chapter 1: Getting Started with Couchbase Server; From SQL to NoSQL; The CAP Theorem ; NoSQL and Couchbase Server; Couchbase as Key-Value Store vs. Document Database ; Couchbase Server Architecture ; Data Storage; Installing Couchbase Server; Selecting a Couchbase Server Edition ; Installing Couchbase on Different Operating Systems; Linux ; Windows ; Mac OS X ; Configuring Couchbase Server; Creating a Bucket; Summary. 
505 8 |a Chapter 2: Designing Document-Oriented Databases with Couchbase RanteR: The Antisocial Network; Mapping Application Entities; Using a Relational Database; Using a Document-Oriented Approach with Couchbase; Designing Keys; Natural Keys; Creating Your First Document; Counters ; Universally Unique Identifiers (UUID); Metadata; Document Versioning; Versioning Considerations When Using the Couchbase SDKs; Versioning Considerations in Couchbase Views; Versioning Consideration with N1QL Queries; Summary; Part II: Development ; Chapter 3: The Couchbase Client Libraries; The Java SDK. 
505 8 |a Adding the Java SDK Manually Using Maven; Using the Client; The .NET SDK; Manually Referencing the Assemblies; Using NuGet Package Manager ; Using the Client; The C SDK; Linux; Windows ; Mac OS X; Using libcouchbase; The Node.js SDK ; The PHP SDK; Linux; Windows; Mac OS X ; Using the PHP SDK; The Python SDK; Linux; Windows ; Mac OS X ; Using the Python SDK; Asynchronous Framework Integration; The Ruby SDK; A Simple Ruby Script; Building a Rails Application; Inside the Couchbase Client Libraries; Thread Safety ; Couchbase Client Initialization. 
505 8 |a Performing Operations Using the Couchbase Client Summary; Chapter 4: CRUD and Key-Based Operations; Persistence and Replication ; Concurrency; Document Expiration ; Database Operations; Storing Data; SDK-Specific Differences; Retrieving Data ; SDK-Specific Differences; Get-and-Touch; Retrieving and Updating Data Concurrently ; Get-with-CAS ; Check-and-Set; SDK-Specific Differences; Pessimistic Concurrency Through Locking; Replace; Appending and Prepending Binary Data; SDK-Specific Differences; Touch; Numeric Data; SDK-Specific Differences; Deleting Data; SDK-Specific Differences. 
505 8 |a Flush Managing the Cluster ; Summary; Chapter 5: Working with Views; MapReduce 101; Creating a View in Couchbase; The map Function; Filtering in MapReduce; The emit Function; Creating Views from Code; Getting a Design Document; Setting a Design Document; SDK-Specific Differences; Querying Views; Querying by Keys; Range Querying; Sorting; Pagination; SDK-Specific Differences; The Reduce Function; Built-in Reduce Functions; Compound Keys; Custom Reduce Functions; Views and Persistence; Updating Indexes; Views and Expiration; Multidimensional and Geospatial Views. 
520 |a This new edition is a hands-on guide for developers and administrators who want to use the power and flexibility of Couchbase Server 4.0 in their applications. The second edition extends coverage of N1QL, the SQL-like query language for Couchbase. It also brings coverage of multiple new features, including the new generation of client SDKs, security and LDAP integration, secondary indexes, and multi-dimensional scaling. Pro Couchbase Server covers everything you need to develop Couchbase solutions and deploy them in production. The NoSQL movement has fundamentally changed the database world in recent years. Influenced by the growing needs of web-scale applications, NoSQL databases such as Couchbase Server provide new approaches to scalability, reliability, and performance. Never have document databases been so powerful and performant. With the power and flexibility of Couchbase Server, you can model your data however you want, and easily change the data model any time you want. Pro Couchbase Server shows what is possible and helps you take full advantage of Couchbase Server and all the performance and scalability that it offers. Helps you design and develop a document database using Couchbase Server. Covers the latest features such as the N1QL query language. Gives you the tools to scale out your application as needed. 
542 |f Copyright © 2015 By David Ostrovsky, Mohammed Haji, and Yaniv Rodenski  |g 2015 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Client/server computing. 
650 6 |a Architecture client-serveur (Informatique) 
650 7 |a Databases.  |2 bicssc 
650 7 |a COMPUTERS  |x Databases  |x General.  |2 bisacsh 
650 7 |a Client/server computing  |2 fast 
700 1 |a Haji, Mohammed,  |e author. 
700 1 |a Rodenski, Yaniv,  |e author. 
776 0 8 |i Print version:  |a Ostrovsky, David.  |t Pro Couchbase Server.  |d Berkeley, CA : Apress, ©2015  |z 9781484211861 
830 0 |a Expert's voice in databases. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484211854/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31352810 
938 |a Books 24x7  |b B247  |n bks00106755 
938 |a Coutts Information Services  |b COUT  |n 33322211 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4179458 
938 |a EBSCOhost  |b EBSC  |n 1104056 
938 |a YBP Library Services  |b YANK  |n 12724604 
994 |a 92  |b IZTAP