Cargando…

Learning Apache Cassandra - Second Edition.

Build a scalable, fault-tolerant and highly available data layer for your applications using Apache Cassandra About This Book Install Cassandra and set up multi-node clusters Design rich schemas that capture the relationships between different data types Master the advanced features available in Cas...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Yarabarla, Sandeep
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2017.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mu 4500
001 EBOOKCENTRAL_ocn986173813
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|---|||||
008 170506s2017 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d IDEBK  |d YDX  |d MERUC  |d IDB  |d OCLCQ  |d CHVBK  |d OCLCO  |d OCLCF  |d OCLCQ  |d LVT  |d CNCEN  |d OCLCQ  |d N$T  |d K6U  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 985239001  |a 985378293  |a 985651637  |a 985768634  |a 985873910  |a 986135716  |a 986171655  |a 986272715  |a 986438470  |a 986463475  |a 986682156  |a 986883208  |a 1002297012  |a 1264918311 
020 |a 1787128407 
020 |a 9781787128408  |q (electronic bk.) 
020 |z 178712729X 
020 |z 9781787127296 
029 1 |a CHNEW  |b 000973719 
029 1 |a CHVBK  |b 503268801 
029 1 |a AU@  |b 000067095622 
029 1 |a AU@  |b 000070671451 
035 |a (OCoLC)986173813  |z (OCoLC)985239001  |z (OCoLC)985378293  |z (OCoLC)985651637  |z (OCoLC)985768634  |z (OCoLC)985873910  |z (OCoLC)986135716  |z (OCoLC)986171655  |z (OCoLC)986272715  |z (OCoLC)986438470  |z (OCoLC)986463475  |z (OCoLC)986682156  |z (OCoLC)986883208  |z (OCoLC)1002297012  |z (OCoLC)1264918311 
037 |a 1007811  |b MIL 
050 4 |a T55.4-60.8 
082 0 4 |a 005.7585 
049 |a UAMI 
100 1 |a Yarabarla, Sandeep. 
245 1 0 |a Learning Apache Cassandra - Second Edition. 
250 |a 2nd ed. 
260 |a Birmingham :  |b Packt Publishing,  |c 2017. 
300 |a 1 online resource (354 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Up and Running with Cassandra; What is big data?; Challenges of modern applications; Why not relational databases?; How to handle big data; What is Cassandra and why Cassandra?; Horizontal scalability; High availability; Write optimization; Structured records; Secondary indexes; Materialized views; Efficient result ordering; Immediate consistency; Discretely writable collections; Relational joins; MapReduce and Spark; Rich and flexible data model. 
505 8 |a Lightweight transactionsMultidata center replication; Comparing Cassandra to the alternatives; Installing Cassandra; Installing the JDK; Installing on Debian-based systems (Ubuntu); Installing on RHEL-based systems; Installing on Windows; Installing on Mac OS X; Installing the binary tarball; Bootstrapping the project; CQL-the Cassandra Query Language; Interacting with Cassandra; Getting started with CQL; Creating a keyspace; Selecting a keyspace; Creating a table; Inserting and reading data; New features in Cassandra 2.2, 3.0, and 3.X; Summary; Chapter 2: The First Table. 
505 8 |a How to configure keyspacesCreating the users table; Structuring of tables; Table and column options; The type system; Strings; Integers; Floating point and decimal numbers; Timestamp; UUIDs; Booleans; Blobs; Collections; Other data types; The purpose of types; Inserting data; Writing data does not yield feedback; Partial inserts; Selecting data; Missing rows; Selecting more than one row; Retrieving all the rows; Paginating through results; Inserts are always upserts; Developing a mental model for Cassandra; Summary; Chapter 3: Organizing Related Data; A table for status updates. 
505 8 |a Creating a table with a compound primary keyThe structure of the status updates table; UUIDs and timestamps; Working with status updates; Extracting timestamps; Looking up a specific status update; Automatically generating UUIDs; Anatomy of a compound primary key; Anatomy of a single-column primary key; Beyond two columns; Multiple clustering columns; Composite partition keys; Composite partition key table; Structure of composite partition key tables; Composite partition key with multiple clustering columns; Compound keys represent parent-child relationships. 
505 8 |a Coupling parents and children using static columnsDefining static columns; Working with static columns; Interacting only with the static columns; Static-only inserts; Static columns act like predefined joins; When to use static columns; Refining our mental model; Summary; Chapter 4: Beyond Key-Value Lookup; Looking up rows by partition; The limits of the WHERE keyword; Restricting by clustering column; Restricting by part of a partition key; Retrieving status updates for a specific time range; Creating time UUID ranges; Selecting a slice of a partition; Paginating over rows in a partition. 
500 |a Counting rows. 
520 |a Build a scalable, fault-tolerant and highly available data layer for your applications using Apache Cassandra About This Book Install Cassandra and set up multi-node clusters Design rich schemas that capture the relationships between different data types Master the advanced features available in Cassandra 3.x through a step-by-step tutorial and build a scalable, high performance database layer Who This Book Is For If you are a NoSQL developer and new to Apache Cassandra who wants to learn its common as well as not-so-common features, this book is for you. Alternatively, a developer wanting to enter the world of NoSQL will find this book useful. It does not assume any prior experience in coding or any framework. What You Will Learn Install Cassandra Create keyspaces and tables with multiple clustering columns to organize related data Use secondary indexes and materialized views to avoid denormalization of data Effortlessly handle concurrent updates with collection columns Ensure data integrity with lightweight transactions and logged batches Understand eventual consistency and use the right consistency level for your situation Understand data distribution with Cassandra Develop simple application using Java driver and implement application-level optimizations In Detail Cassandra is a distributed database that stands out thanks to its robust feature set and intuitive interface, while providing high availability and scalability of a distributed data store. This book will introduce you to the rich feature set offered by Cassandra, and empower you to create and manage a highly scalable, performant and fault-tolerant database layer. The book starts by explaining the new features implemented in Cassandra 3.x and get you set up with Cassandra. Then you'll walk through data modeling in Cassandra and the rich feature set available to design a flexible schema. Next you'll learn to create tables with composite partition keys, collections and user-defined types and get to know different methods to avoid denormalization of data. You will then proceed to create user-defined functions and aggregates in Cassandra. Then, you will set up a multi node cluster and see how the dynamics of Cassandra change with it. Finally, you will implement some application-level optimizations using a Java client. By the end of this book, you'll be fully equipped to build powerful, scalable Cassandra database layers for your applications. Style and approach This book takes a step- ... 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a Apache Cassandra. 
630 0 7 |a Apache Cassandra  |2 fast 
758 |i has work:  |a Learning Apache Cassandra - Second Edition (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCYcHwQvgjWKjCxTWY8RXFq  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Yarabarla, Sandeep.  |t Learning Apache Cassandra - Second Edition.  |d Birmingham : Packt Publishing, ©2017 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4848984  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4848984 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis36984167 
938 |a YBP Library Services  |b YANK  |n 14266765 
938 |a EBSCOhost  |b EBSC  |n 1510477 
994 |a 92  |b IZTAP