SlideShare uma empresa Scribd logo
1 de 4
Non SQL Databases
Business 2700
Dr. Pairin
Luke Jones
Nicole Sutiono
Tim Polcyn
David Coppock
What is Non SQL Databases?
Relational VS. Non Relational

• http://www.youtube.com/watch?v=q
UV2j3XBRHc (hyperlink with picture)

What is No SQL
How do Non SQL Databases work?
• Scaling: Two Types
• Horizontal
• Vertical

• Disperses data load:
• Numerous Commodity systems
• Inexpensive

• Open Source:
• Anyone can use or modify
• i.e. Cassandra by Facebook

• Non SQL fits into four categories:
1.
2.
3.
4.

Key-value Stores
Column Family Stores
Document Databases
Graph Databases
Key-Value Stores
• Simplest form of Non SQL
• Items stored as a key along with
the items value

Mais conteúdo relacionado

Mais procurados

Presentation
PresentationPresentation
Presentation
mmarchani
 
SDEC2011 NoSQL Data modelling
SDEC2011 NoSQL Data modellingSDEC2011 NoSQL Data modelling
SDEC2011 NoSQL Data modelling
Korea Sdec
 

Mais procurados (16)

Azure ML: from basic to integration with custom applications
Azure ML: from basic to integration with custom applicationsAzure ML: from basic to integration with custom applications
Azure ML: from basic to integration with custom applications
 
The New JavaScript: ES6
The New JavaScript: ES6The New JavaScript: ES6
The New JavaScript: ES6
 
Open-Source web apps for libraries
Open-Source web apps for librariesOpen-Source web apps for libraries
Open-Source web apps for libraries
 
2011 mongo sf-schemadesign
2011 mongo sf-schemadesign2011 mongo sf-schemadesign
2011 mongo sf-schemadesign
 
Rest api
Rest apiRest api
Rest api
 
Elastic @ GetYourGuide
Elastic @ GetYourGuideElastic @ GetYourGuide
Elastic @ GetYourGuide
 
Introduction to NoSql & Mongodb
Introduction to NoSql & MongodbIntroduction to NoSql & Mongodb
Introduction to NoSql & Mongodb
 
Presentation
PresentationPresentation
Presentation
 
Related Content
Related ContentRelated Content
Related Content
 
A peek into the future
A peek into the futureA peek into the future
A peek into the future
 
SDEC2011 NoSQL Data modelling
SDEC2011 NoSQL Data modellingSDEC2011 NoSQL Data modelling
SDEC2011 NoSQL Data modelling
 
NoSQL Tel Aviv Meetup#1: NoSQL Data Modeling
NoSQL Tel Aviv Meetup#1: NoSQL Data ModelingNoSQL Tel Aviv Meetup#1: NoSQL Data Modeling
NoSQL Tel Aviv Meetup#1: NoSQL Data Modeling
 
SQL Server Days 2014 - How to (not) torment your fellow SSIS developer
SQL Server Days 2014 - How to (not) torment your fellow SSIS developerSQL Server Days 2014 - How to (not) torment your fellow SSIS developer
SQL Server Days 2014 - How to (not) torment your fellow SSIS developer
 
Event Hub & Azure Stream Analytics
Event Hub & Azure Stream AnalyticsEvent Hub & Azure Stream Analytics
Event Hub & Azure Stream Analytics
 
Letters from the open source trenches - Postgres community
Letters from the open source trenches - Postgres communityLetters from the open source trenches - Postgres community
Letters from the open source trenches - Postgres community
 
Sharding
ShardingSharding
Sharding
 

Destaque

GO0od
GO0odGO0od
GO0od
d6_11
 
XS portfolio Bart van de Warenburg
XS portfolio Bart van de WarenburgXS portfolio Bart van de Warenburg
XS portfolio Bart van de Warenburg
bartvande
 
Freezing Android Bypass
Freezing Android BypassFreezing Android Bypass
Freezing Android Bypass
Matthew Kwong
 

Destaque (17)

GO0od
GO0odGO0od
GO0od
 
6
66
6
 
Trabalho agosto 2011
Trabalho agosto 2011Trabalho agosto 2011
Trabalho agosto 2011
 
XS portfolio Bart van de Warenburg
XS portfolio Bart van de WarenburgXS portfolio Bart van de Warenburg
XS portfolio Bart van de Warenburg
 
Director Creativo Freelance
Director Creativo FreelanceDirector Creativo Freelance
Director Creativo Freelance
 
CV-azhar
CV-azharCV-azhar
CV-azhar
 
Freezing Android Bypass
Freezing Android BypassFreezing Android Bypass
Freezing Android Bypass
 
Relatório Anual SocioAmbientar 2014
 Relatório Anual SocioAmbientar 2014 Relatório Anual SocioAmbientar 2014
Relatório Anual SocioAmbientar 2014
 
Bab 7-logika-fuzzy
Bab 7-logika-fuzzyBab 7-logika-fuzzy
Bab 7-logika-fuzzy
 
13디미컨피피티
13디미컨피피티13디미컨피피티
13디미컨피피티
 
RYLC 2015
RYLC 2015   RYLC 2015
RYLC 2015
 
Evaluación final 102014_4_zv
Evaluación final 102014_4_zvEvaluación final 102014_4_zv
Evaluación final 102014_4_zv
 
AIESEC Way
AIESEC WayAIESEC Way
AIESEC Way
 
ARRA-Management-Retail
ARRA-Management-RetailARRA-Management-Retail
ARRA-Management-Retail
 
Cerebral Palsy: PT assessment and Management
Cerebral Palsy: PT assessment and ManagementCerebral Palsy: PT assessment and Management
Cerebral Palsy: PT assessment and Management
 
Beliefs,values and attitudes
Beliefs,values and attitudesBeliefs,values and attitudes
Beliefs,values and attitudes
 
My uts
My utsMy uts
My uts
 

Final project

  • 1. Non SQL Databases Business 2700 Dr. Pairin Luke Jones Nicole Sutiono Tim Polcyn David Coppock
  • 2. What is Non SQL Databases? Relational VS. Non Relational • http://www.youtube.com/watch?v=q UV2j3XBRHc (hyperlink with picture) What is No SQL
  • 3. How do Non SQL Databases work? • Scaling: Two Types • Horizontal • Vertical • Disperses data load: • Numerous Commodity systems • Inexpensive • Open Source: • Anyone can use or modify • i.e. Cassandra by Facebook • Non SQL fits into four categories: 1. 2. 3. 4. Key-value Stores Column Family Stores Document Databases Graph Databases
  • 4. Key-Value Stores • Simplest form of Non SQL • Items stored as a key along with the items value