Pro Couchbase Server
Pro Couchbase Server is a hands-on guide for developers and administrators who want to take advantage of the power and scalability of Couchbase Server in their applications. This book takes you from the basics of NoSQL database design, through application development, to Couchbase Server administrat...
Autores principales: | , , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2014.
|
Edición: | 1st ed. 2014. |
Colección: | Expert's voice in databases
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629469406719 |
Tabla de Contenidos:
- ""Contents at a Glance""; ""Contents""; ""About the Authors""; ""About the Technical Reviewers""; ""Acknowledgments""; ""Introduction""; ""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""; ""Chapter 2: Designing Document-Oriented Databases with Couchbase""; ""RanteR: The Anti-Social 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""; ""Summary""
- ""Part II: Development""""Chapter 3: The Couchbase Client Libraries""; ""The Java SDK""; ""Adding the Java SDK Manually""; ""Using Maven""; ""Using the CouchbaseClient Class""; ""The .NET SDK""; ""Manually Referencing the Assemblies""; ""Using NuGet Package Manager""; ""Using the CouchbaseClient Class""; ""The C SDK""; ""Linux""; ""Ubuntu""; ""Red Hat""; ""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""; ""Using the Python SDK""; ""The Ruby SDK""
- ""A Simple Ruby Script""""Building a Rails Application""; ""Inside the Couchbase Client Libraries""; ""Thread Safety""; ""Couchbase Client Initialization""; ""Performing Operations Using the Couchbase Client""; ""Reconfiguration""; ""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""; ""SDK-Specific Differences""; ""Retrieving and Updating Data Concurrently""
- ""Get-with-CAS""""SDK-Specific Differences""; ""Check-and-Set""; ""SDK-Specific Differences""; ""Pessimistic Concurrency through Locking""; ""SDK-Specific Differences""; ""Replace""; ""SDK-Specific Difference""; ""Appending and Prepending Binary Data""; ""SDK-Specific Differences""; ""Touch""; ""SDK-Specific Differences""; ""Numeric Data""; ""SDK-Specific Differences""; ""Deleting Data""; ""SDK-Specific Differences""; ""Flush""; ""Observing Data""; ""SDK-Specific Differences""; ""General SDK-Related Notes""; ""Summary""; ""Chapter 5: Working with Views""; ""MapReduce 101""
- ""Creating a View in Couchbase""