Produktbild: Developing with Couchbase Server

Developing with Couchbase Server Building Scalable, Flexible Database-Based Applications

24,99 €

inkl. gesetzl. MwSt., Versandkostenfrei


Beschreibung

Produktdetails

Einband

Taschenbuch

Erscheinungsdatum

19.03.2013

Verlag

O'Reilly Media

Seitenzahl

85

Maße (L/B/H)

23,3/17,9/1 cm

Gewicht

159 g

Sprache

Englisch

ISBN

978-1-4493-3116-0

Beschreibung

Produktdetails

Einband

Taschenbuch

Erscheinungsdatum

19.03.2013

Verlag

O'Reilly Media

Seitenzahl

85

Maße (L/B/H)

23,3/17,9/1 cm

Gewicht

159 g

Sprache

Englisch

ISBN

978-1-4493-3116-0

Herstelleradresse

Libri GmbH
Europaallee 1
36244 Bad Hersfeld
DE

Email: gpsr@libri.de

Noch keine Bewertungen vorhanden

Verfassen Sie die erste Bewertung zu diesem Artikel

Helfen Sie anderen Kundinnen und Kunden durch Ihre Meinung.

Kundinnen und Kunden meinen

Bewertungen (0)

Die Leseprobe wird geladen.
  • Produktbild: Developing with Couchbase Server
  • Preface;
    Introduction;
    Where to Get Help on Couchbase Server;
    Conventions Used in This Book;
    Using Code Examples;
    Safari® Books Online;
    How to Contact Us;
    Acknowledgments;
    Chapter 1: Couchbase Overview;
    1.1 Architecture and Structure;
    1.2 Buckets and vBuckets;
    1.3 Data Storage and Retrieval;
    1.4 Views, Indexes, and Querying;
    1.5 Comparing Couchbase to SQL Databases;
    1.6 Use Cases;
    Chapter 2: Getting Started;
    2.1 Installing Couchbase Server;
    2.2 Couchbase Client Libraries;
    2.3 Buckets;
    2.4 Connecting to a Cluster;
    Chapter 3: Document-based Database Design;
    3.1 JSON Overview;
    3.2 Modeling Recipe Data;
    3.3 Related Data;
    Chapter 4: Getting Data In and Out;
    4.1 Basic Interface;
    4.2 Document Identifiers;
    4.3 Time to Live (TTL);
    4.4 Storing Data;
    4.5 Retrieving Data;
    4.6 Updating Data;
    4.7 Concurrent Updates;
    4.8 Server-side Updates;
    4.9 Asynchronous Operations;
    4.10 Pessimistic Locking;
    4.11 Deleting Data;
    Chapter 5: Storing and Updating Recipes;
    5.1 Initial Storage;
    5.2 Editing;
    5.3 Loading Recipe;
    5.4 Storing Related Data;
    5.5 Loading Related Data;
    5.6 Documents Aren't Everything;
    Chapter 6: Views and Queries;
    6.1 Creating Views on Your Data;
    6.2 Accessing Views from a Client Library;
    6.3 Querying and Selection;
    6.4 Other Options;
    6.5 Dealing with Different Document Formats;
    6.6 View Values and Reduction;
    6.7 Index Updates;
    6.8 Searching and Querying Examples;
    6.9 Reductions;
    6.10 Document Metadata;
    Chapter 7: Next Steps;
    7.1 Couchbase Server Resources;
    7.2 Couchbase Developer Resources;
    Colophon;