SlideShare a Scribd company logo
CassandraA highly scalable, eventually consistent, distributed, structured key-value store.
The cursedoracle of Troy.
StructuredKey-Value Store
Berkely DB, Memcached, etcNameValue
CassandraSuper ColumnSuper ColumnNameColumnNameValue
Distributed
Introduction to Apache Cassandra
Eventually Consistent
Node 1Node 2Node 3Node 4Write
Node 1Node 2Node 3Node 4Read
Node 1Node 2Node 3Node 4Write
Highly Scalable
Introduction to Apache Cassandra
Introduction to Apache Cassandra
Fault Tolerant
Introduction to Apache Cassandra
Introduction to Apache Cassandra
Rich Data Model
// Column:{ emailAddress: ‘jill@example.com’ }
// Super Column:homeAddress: {    // Columns:   street: ‘1234 Example St.’,   city: ‘Santa Cruz’,   state: ‘CA’,   zip: ‘91210’}
// Column Family:userProfiles: {   // Rows:    bob2007: {       // Columns:       username: ‘bob2007’,       age: 32,       phone: ‘(818) 555-2345’   },birdHOUSE: {        username: ‘birdHOUSE’,       name: ‘George’,        age: 19    }}
// Super Column Family:addressBook: {   // Rows:    bob2007: {       // Super Columns:       Joe: { email:’joe@example.com’ },       Ted: { street:’123 Jump St.’, phone:’555-1234’ }   }birdHOUSE: {       mom: { birthday:’1953-03-07’, phone:’555-7894’ }    }}
Time for an example.Any questions?

More Related Content

PPTX
An Overview of Apache Cassandra
PDF
Introduction to Apache Cassandra
PDF
Introduction to Cassandra Basics
PDF
Cassandra By Example: Data Modelling with CQL3
PDF
Cassandra Explained
PDF
Cassandra Introduction & Features
PDF
Apache Cassandra - wprowadzenie do architektury, modelowania i narzędzi
PPT
DBIC 2 - Resultsets
An Overview of Apache Cassandra
Introduction to Apache Cassandra
Introduction to Cassandra Basics
Cassandra By Example: Data Modelling with CQL3
Cassandra Explained
Cassandra Introduction & Features
Apache Cassandra - wprowadzenie do architektury, modelowania i narzędzi
DBIC 2 - Resultsets

Viewers also liked (12)

PPTX
Tools of the CPAN Ninja
PPTX
Moose Best Practices
PDF
How to Contribute to Apache Usergrid
PDF
Building Mobile Apps with Apache UserGrid, the Open Source Baas
PDF
Usergrid Overview
PDF
Open Source Mobile Backend on Cassandra
DOC
Seminar Report On Taguchi Methods2
PDF
Indexing in Cassandra
PDF
Advanced data modeling with apache cassandra
PPT
Intel Core i7 Processors
PDF
Cassandra NoSQL Tutorial
PPTX
Cassandra Data Modeling - Practical Considerations @ Netflix
Tools of the CPAN Ninja
Moose Best Practices
How to Contribute to Apache Usergrid
Building Mobile Apps with Apache UserGrid, the Open Source Baas
Usergrid Overview
Open Source Mobile Backend on Cassandra
Seminar Report On Taguchi Methods2
Indexing in Cassandra
Advanced data modeling with apache cassandra
Intel Core i7 Processors
Cassandra NoSQL Tutorial
Cassandra Data Modeling - Practical Considerations @ Netflix
Ad

Recently uploaded (20)

PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Approach and Philosophy of On baking technology
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Cloud computing and distributed systems.
PDF
cuic standard and advanced reporting.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Encapsulation theory and applications.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
KodekX | Application Modernization Development
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPT
Teaching material agriculture food technology
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Approach and Philosophy of On baking technology
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Big Data Technologies - Introduction.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Cloud computing and distributed systems.
cuic standard and advanced reporting.pdf
Empathic Computing: Creating Shared Understanding
Building Integrated photovoltaic BIPV_UPV.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Encapsulation theory and applications.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation_ Review paper, used for researhc scholars
Network Security Unit 5.pdf for BCA BBA.
KodekX | Application Modernization Development
Advanced methodologies resolving dimensionality complications for autism neur...
Teaching material agriculture food technology
The Rise and Fall of 3GPP – Time for a Sabbatical?
Ad

Introduction to Apache Cassandra