Learning Apache Cassandra Second Edition
暫譯: 學習 Apache Cassandra 第二版
Sandeep Yarabarla
- 出版商: Packt Publishing
- 出版日期: 2017-04-27
- 定價: $1,480
- 售價: 8.0 折 $1,184
- 語言: 英文
- 頁數: 350
- 裝訂: Paperback
- ISBN: 178712729X
- ISBN-13: 9781787127296
-
相關分類:
NoSQL
立即出貨 (庫存=1)
買這商品的人也買了...
-
Excel 與外部資料無縫整合─使用 Excel VBA 與 SQL 建置小型系統與資料分析,快速提昇辦公效率 200 問$580$452 -
Arduino UNO R3 開發板(副廠相容版)附傳輸線$400$380 -
外匯投資王─外匯跟單平台讓炒匯變簡單$350$298 -
Continuous Delivery 中文版:利用自動化的建置、測試與部署完美創造出可信賴的軟體發佈 (Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation)$650$507 -
ASP.NET MVC 5 實務專題範例教學$590$502 -
程式設計範式與 OOP 的思考術:冒號老師的十三堂課, 2/e (中文原創經典)$490$382 -
NodeMCU v2 Lua WiFi 開發板$300$300 -
培養與鍛鍊程式設計的邏輯腦:程式設計大賽的解題策略基礎入門, 2/e$280$218 -
你所不知道的 JS|導讀,型別與文法 (You Don't Know JS: Up & Going)$520$411 -
FLAG'S 創客‧自造者工作坊 #1 (10+實驗) (「Arduino 超入門: 創客‧自造者的原力」書+實驗套件)$699$629 -
你所不知道的 JS|範疇與 Closures,this 與物件原型 (You Don't Know JS: this & Object Prototypes)$520$411 -
深入探索 .NET資料存取:ADO.NET + SqlDataSource+ LINQ$820$648 -
你所不知道的 JS|非同步處理與效能 (You Don't Know JS: Async & Performance)$520$411 -
超圖解 Arduino 互動設計入門, 3/e$680$578 -
Python 自動化的樂趣|搞定重複瑣碎 & 單調無聊的工作 (中文版) (Automate the Boring Stuff with Python: Practical Programming for Total Beginners)$500$425 -
一舉兩得功力大精進:學 Python+Web 賺一個未來$680$578 -
你所不知道的 JS|ES6 與未來發展 (You Don't Know JS: ES6 & Beyond)$520$411 -
Android App 程式設計教本之無痛起步 -- 使用 Android Studio 2.X 開發環境$580$458 -
$414iOS10快速開發:18天零基礎開發一個商業應用 -
圖解雲端技術|基礎架構x運作原理 x API$480$379 -
一次搞定:所有 Python Web 框架開發百科全書(最完整Python Web框架,包括Django、Flask、Tornado、Twisted等)$590$502 -
資料視覺化|使用 Python 與 JavaScript (Data Visualization with Python and JavaScript: Scrape, Clean, Explore & Transform Your Data)$680$537 -
CSS 重構 (CSS Refactoring: Architect Your Stylesheets for Success)$450$356 -
Go at Google - Go語言實際上手 (舊名: Let’s Go with Go:Go語言帶你進入程式最高殿堂)$690$587 -
Scrum ─ 大型專案開發進化 ─ 用 LeSS 框架完成更多的事 (Large-Scale Scrum: More with LeSS)$580$458
相關主題
商品描述
Key Features
- Install Cassandra and use it to 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
Book Description
Cassandra is a distributed database that stands out thanks to its robust feature set and intuitive interface, while still providing the high availability and scalability of a distributed store. This book will introduce you to the rich features offered by Cassandra, and empower you to create and manage a highly performant, fault-tolerant database layer.
The book starts by explaining the new features implemented in Cassandra 3.x, you'll see how to install Cassandra, and you'll understand Lightweight Transactions. Next you'll learn to create tables with composite partition keys, and get to know different methods to avoid denormalization of data. You will then proceed to create user-defined functions and data distribution in Cassandra. Finally, you will set up a multi node cluster and implement application-level optimization 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.
What you will learn
- Install Cassandra and create your first keyspace
- Create 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 and get to know ways to implement application-level optimizations
商品描述(中文翻譯)
**主要特點**
- 安裝 Cassandra 並使用它來設置多節點集群
- 設計豐富的架構以捕捉不同數據類型之間的關係
- 通過逐步教程掌握 Cassandra 3.x 中的高級功能,並構建可擴展的高性能數據庫層
**書籍描述**
Cassandra 是一種分散式數據庫,因其強大的功能集和直觀的介面而脫穎而出,同時仍然提供分散式存儲的高可用性和可擴展性。本書將介紹 Cassandra 提供的豐富功能,並使您能夠創建和管理高效能、容錯的數據庫層。
本書首先解釋了在 Cassandra 3.x 中實現的新功能,您將學習如何安裝 Cassandra,並了解輕量級事務。接下來,您將學習如何使用複合分區鍵創建表,並了解避免數據去規範化的不同方法。然後,您將進一步創建用戶定義函數和在 Cassandra 中的數據分佈。最後,您將設置多節點集群,並使用 Java 客戶端實現應用層優化。
在本書結束時,您將完全具備為您的應用程序構建強大、可擴展的 Cassandra 數據庫層的能力。
**您將學到的內容**
- 安裝 Cassandra 並創建您的第一個 keyspace
- 使用多個聚類列創建表以組織相關數據
- 使用二級索引和物化視圖來避免數據去規範化
- 輕鬆處理具有集合列的並發更新
- 通過輕量級事務和日誌批次確保數據完整性
- 理解最終一致性並根據您的情況使用正確的一致性級別
- 理解 Cassandra 的數據分佈並了解實現應用層優化的方法




































