作者簡(jiǎn)介: Jeff Carpenter,精品國(guó)際酒店集團(tuán)(Choice Hotels International)的一名系統(tǒng)架構(gòu)師,在服務(wù)業(yè)和國(guó)防工業(yè)有著20年的從業(yè)經(jīng)驗(yàn)。他的興趣包括SOA/微服務(wù)、大規(guī)模系統(tǒng)架構(gòu)設(shè)計(jì)以及數(shù)據(jù)架構(gòu)。
EbenHewitt是精品國(guó)際酒店集團(tuán)(世界大酒店之一)的首席技術(shù)官。
他還是好幾本書籍的作者,題材涉及系統(tǒng)架構(gòu)、分布式系統(tǒng)以及編程。
目錄:Foreword
Foreword
Preface
1.Beyond Relational Databases
What's Wrong with Relational Databases?
A Quick Review of Relational Databases
RDBMSs: The Awesome and the Not-So-Much
Web Scale
The Rise of NoSQL
Summary
2.Introducing Cassandra
The Cassandra Elevator Pitch
Cassandra in 50 Words or Less
Distributed and Decentralized
Elastic Scalability
High Availability and Fault Tolerance
Tuneable Consistency
Brewer's CAP Theorem
Row-Oriented
High Performance
Where Did Cassandra Come From?
Release History
Is Cassandra a Good Fit for My Project?
Large Deployments
Lots of Writes, Statistics, and Analysis
Geographical Distribution
Evolving Applications
Getting Involved
Summary
3.Installing Cassandra
Installing the Apache Distribution
Extracting the Download
What's In There?
Building from Source
Additional Build Targets
Running Cassandra
On Windows
On Linux
Starting the Server
Stopping Cassandra
Other Cassandra Distributioaas
Running the CQL Shell
Basic cqlsh Commands
cqlsh Help
Describing the Environment in cqlsh
Creating a Keyspace and Table in cqlsh
Writing and Reading Data in cqlsh
Summary
4.The Cassandra Query Language
The Relational Data Model
Cassandra's Data Model
Clusters
Keyspaces
Tables
Columns
CQL Types
Numeric Data Types
Textual Data Types
Time and Identity Data Types
Other Simple Data Types
Collections
User-Defined Types
Secondary Indexes
Summary
……