SlideShare a Scribd company logo
TEMA 2.
BASES DE DATOS NO SQL
M.E. Estefani Manzanilla Aguirre
Criterios de Evaluación
Asistencia - 10% - (lista)
Mapa Conceptual Ilustrativo
“Base de Datos No Relacionales & Base de Datos
Referenciales”
35% (lista de cotejo)
Tabla Comparativa
“Base de Datos No Relacionales Orientadas a
Documentos, Clave-Valor, Grafos, Columnas”
35% (lista de cotejo)
✓ Evaluación – 20% (Cuestionario Automatizado
Dinámica
4
Base de datos No SQL
orientadaa documentos
Introducción.
 De las mas importantes.
 Han marcado la pauta dentro
de la era digital.
 Presentes en aplicaciones
móviles.
 Presentes en software de los
ordenadores.
5
Introducción.
En los tiempos del Big Data, es decir, nuestro día
común y corriente, el volumen de datos que
generamos no deja de crecer. Esto significa que
los datos que debemos gestionar y considerar
también es cada vez mayor.
Nuestros sistemas demandan grandes
capacidades de almacenamiento y análisis a alta
velocidad.
6
Base de Datos No SQL - Documentos
¿Qué son las bases de
datos NoSQL
documentales?
7
Base de Datos No SQL - Documentos
Una base de datos documental, también
denominada base de datos orientada a
documentos, es un subconjunto de un tipo de base
de datos construida bajo NoSQL. Las BBDD
documentales son aliados fundamentales en los
que podemos confiar para el manejo de
voluminosas cantidades de información.
8
Base de Datos No SQL - Documentos
 Conjunto de información
estructurada en registros.
 Almacenadas en un soporte
electrónico.
 Registros = unidad autónoma.
9
Utilización de documentos.
Documentos = registros y datos
asociados.
Documentos de texto, archivos
XML o JSON.
Datos semiestructurados
Base de Datos No SQL - Documentos
¿Qué beneficios nos
brindas estas base de
datos NoSQL
documentales?
10
Base de Datos No SQL - Documentos
Versatilidad: La dinámica que ofrecen estos modelos de bases de
datos permite que su modificación sea más sencilla que la de los
modelos relacionales.
Flexibilidad: Estas nos abren las posibilidades de incorporar de manera
flexible y dinámica modelos nuevos de análisis de datos para lo que
necesitemos en nuestro día a día.
Escritura rápida: Esto permite asegurar que las escrituras de datos
siempre serán rápidas sin importar la existencia de una falla de
hardware o de la red.
Rendimiento: Necesitamos consultas de alta velocidad con potentes
motores de búsqueda con propiedades de indexación.
11
Base de Datos No SQL - Documentos
¿Cuáles son las Base
de Datos No SQL mas
populares?
12
13
Mongo DB
14
DynamoDB
15
Couch DB
16
Azure Cosmos DB
17
Raven DB
19
Base de datos No SQL
orientadaa clave-valor
Dinámica
Introducción.
 NoSQL.
 Simple almacenamiento.
 Gran funcionalidad.
 Aprecio de los
desarrolladores.
 Alta eficacia en lectura y
escritura de datos.
21
Base de Datos No SQL – clave-valor
¿Qué son las bases de
datos NoSQL Clave-
Valor?
22
Base de Datos No SQL – clave-valor
Una base de datos clave valor (Key-Value) es un tipo de base
de datos NoSQL que funciona con un modelo simple de claves
y valores. Esto se refiere al hecho de que la base de datos
almacena en pares clave/valor.
23
24
• Clave sintética
• Clave autogenerada
• Clave de diversos
formatos
• Clave única
• Valores con estructura
simple
• Valores con diferentes
formatos
• Diccionarios
Base de Datos No SQL – clave-valor
25
Aplicaciones de una Base de
Datos No SQL – clave-valor
• Get – Put – Delete.
• Vincularla con diversos proyectos.
• Independencia de elementos
• E-shopping.
• Facilidad de escalada.
• Redundancia incorporada.
Base de Datos No SQL – clave valor
¿Cuáles son las
ventajas y desventajas
de las Base de Datos
No SQL clave-valor?
26
Base de Datos No SQL – clave-valor
Ventajas
› Almacenan los datos en diccionarios.
› Velocidad y escalabilidad.
Desventajas
› Consultas básicas.
› Configuración personalizada.
› Parte de la clave primaria
27
Base de Datos No SQL – clave valor
¿Cuáles son las Base
de Datos No SQL
clave-valor mas
populares?
28
29
DynamoDB
30
Couch DB
31
Redis DB
32
Project Voldemort
34
Base de datos No SQL
orientadaa grafos
Dinámica
Introducción.
 NoSQL.
 Ganando público.
 Modelado de datos.
 Potentes.
 Representación del mundo real.
 Flexibilidad.
 Representación del consumo de
datos.
 Compresión óptima.
 Aprovechamiento máximo.
36
Base de Datos No SQL – Grafos
¿Qué son las bases de
datos NoSQL gráfos?
37
Base de Datos No SQL - Grafos
Un grafo es una
composición de un
conjunto de objetos
llamados nodos conectados
a través de una serie de
aristas. En los nodos están
conformados por
información y las aristas
que conectan los nodos nos
permiten entender las
relaciones que existen entre
los nodos.
38
Base de Datos No SQL - Grafos
 Diferentes tipos de grafos:
 Relaciones dirigidas o no.
 Multiplicidad de relaciones entre nodos.
 Distinta aridad de relaciones.
 Representación complejas entre datos.
 Carecen de esquemas.
 Gran flexibilidad.
 Grandes volúmenes de datos.
 Diversidad de métodos analíticos y consulta
 Web Blogs
 Twitter
39
40
Base de Datos No SQL – grafos
¿Cuáles son las
ventajas y desventajas
de las Base de Datos
No SQL - grafos?
41
Base de Datos No SQL – grafos
Ventajas
› Rendimiento.
› Flexibilidad.
› Rapidez.
Desventajas
› Dificultades con respecto a la atomicidad y sus
patrones de estandarización.
› Cuando se realizan particiones en función de
propiedades locales pueden presentarse
dificultades similares a las de una base de datos
relacional. 42
Base de Datos No SQL – grafos
¿Cuáles son los
usos de la Base de
Datos No SQL
de grafos?
43
Base de Datos No SQL – grafos
Detección de
fraude
44
Big Data
Rendimiento en
Redes Sociales
Base de Datos No SQL – grafos
¿Cuáles son las Base
de Datos No SQL
de grafos mas
populares?
45
46
Neo4j
47
AllegroGraph
48
GraphDB
50
Base de datos No SQL orientadaa
columnas
Dinámica
Base de Datos No SQL – Columnas
¿Qué son las bases de
datos NoSQL -
Columnas?
52
 Distribución común en filas
 SGBD crea una línea para cada entrada.
 Los datos de cada entrada están
dispuestos uno al lado del otro 53
Base de Datos No SQL – Columnas
Distribución en columnas
Por cada entrada, hay una columna.
Los datos de cada entrada están
dispuestos uno debajo del otro.
FILA
COLUMNA
54
Base de Datos No SQL – Columnas
Sistema orientado en filas
Sistema orientado en columnas
Número Apellido Nombre Clave
0010 Nolasco Obed 3FN-Z768
0011 Lavalle Beti 7TR-K345
0012 Larios Citlali 8NN-R266
Número 0010 0011 0012
Apellido Nolasco Lavalle Larios
Nombre Obed Beti Citlali
Clave 3FN-Z768 7TR-K345 8NN-R266
55
Base de Datos No SQL – Columnas
En el disco duro, sin embargo, los datos se muestran unidimensionales, es
decir, se representan de forma sucesiva.
Sistema orientado en filas
La base de datos columnar también almacena la información de forma
sucesiva, pero al organizar los datos de otra forma también resulta una
secuencia de datos distinta.
Sistema orientado en columnas
0010, Nolasco, Oded, 3FN-Z768; 0011, Lavalle, Beti, 7TR-K345; 0012, Larios, Citlali, 8NN-R266
0010, 0011, 0012; Nolasco, Lavalle, Larios; Obed, Beti, Citlali; 3FN-Z768, 7TR-K345, 8NN-R266
Base de Datos No SQL – Columnas
¿Cuáles son los
usos de la Base de
Datos No SQL
de Columnas?
56
57
Base de Datos No SQL – Columnas
En la investigación.
Pasan por evaluaciones continuas.
Rapidez con sistemas basados en columnas.
Acceder menos al disco duro
Almacenan muy próximos
entre sí.
Se carga por bloques.
No es necesario leer la BD
completa
Base de Datos No SQL – Columnas
¿Cuáles son las
ventajas y desventajas
de las Base de Datos
No SQL - Columnas?
58
Base de Datos No SQL – Columnas
Ventajas
› Evaluación de grandes volúmenes de datos.
› La compresión: Los datos de una columna son
siempre del mismo tipo, por ejemplo, una cadena
o un entero.
Desventajas
› En las aplicaciones transaccionales los accesos son
diferentes en la mayoría de los casos: aquí, los
datos nuevos se deben distribuir a través de toda
la base de dato.
59
Base de Datos No SQL – Columnas
¿Cuáles son las Base
de Datos No SQL
de Columnas mas
populares?
60
61
Apache Cassandra
62
Amazon Redshift
63
MariaDB-ColumnStore
64
SAP HANA
65
MonetDB
66
This is a slide title
› Here you have a list of items
› And some text
› But remember not to overload your
slides with content
Your audience will listen to you or read the
content, but won’t do both.
68
BIG
CONCEPT
Bring the attention of your audience over
a key concept using icons or illustrations
69
White
Is the color of milk and fresh
snow, the color produced
by the combination of all
the colors of the visible
spectrum.
You can also split your content
Black
Is the color of ebony and of
outer space. It has been the
symbolic color of elegance,
solemnity and authority.
70
In two or three columns
Yellow
Is the color of gold,
butter and ripe
lemons. In the
spectrum of visible
light, yellow is found
between green and
orange.
Blue
Is the colour of the
clear sky and the
deep sea. It is
located between
violet and green on
the optical spectrum.
Red
Is the color of blood,
and because of this
it has historically
been associated
with sacrifice,
danger and courage.
71
A picture is
worth a
thousand
words
A complex idea can be conveyed
with just a single still image,
namely making it possible to
absorb large amounts of data
quickly.
72
Want big impact?
USE BIG IMAGE
73
Use charts to explain your ideas
Gray
White Black
74
And tables to compare data
A B C
Yellow 10 20 7
Blue 30 15 10
Orange 5 24 16
75
Maps
our office
76
89,526,124
Whoa! That’s a big number, aren’t you proud?
77
89,526,124$
That’s a lot of money
100%
Total success!
185,244 users
And a lot of users
78
Our process is easy
FIRST SECOND LAST
79
Let’s review some concepts
Yellow
Is the color of gold, butter
and ripe lemons. In the
spectrum of visible light,
yellow is found between
green and orange.
Blue
Is the colour of the clear
sky and the deep sea. It is
located between violet
and green on the optical
spectrum.
Red
Is the color of blood, and
because of this it has
historically been
associated with sacrifice,
danger and courage.
Yellow
Is the color of gold, butter
and ripe lemons. In the
spectrum of visible light,
yellow is found between
green and orange.
Blue
Is the colour of the clear
sky and the deep sea. It is
located between violet
and green on the optical
spectrum.
Red
Is the color of blood, and
because of this it has
historically been
associated with sacrifice,
danger and courage.
80
You can insert graphs from Excel or Google Sheets
81
4000
3000
2000
1000
0
MOBILE PROJECT
Show and explain your web,
app or software projects using
these gadget templates.
82
TABLET PROJECT
Show and explain your web,
app or software projects using
these gadget templates.
83
DESKTOP PROJECT
Show and explain your
web, app or software
projects using these
gadget templates.
84
THANKS!
Any questions?
You can find me at:
@username · user@mail.me
85
Credits
Special thanks to all the people who made
and released these awesome resources for
free:
› Presentation template by SlidesCarnival
› Photographs by Startupstockphotos
86
Presentation design
This presentation uses the following typographies:
› Titles: Hind
› Body copy: Hind
You can download the fonts on this page:
https://www.fontsquirrel.com/fonts/hind
You don’t need to keep this slide in your presentation. It’s only here to serve you as a design guide
if you need to create new slides or download the fonts to edit the presentation in PowerPoint®
87
2.
EXTRA RESOURCES
For Business Plans, Marketing Plans,
Project Proposals, Lessons, etc
Timeline
89
DEC
NOV
OCT
SEP
AUG
JUL
JUN
MAY
APR
MAR
FEB
JAN
Blue is the colour of the
clear sky and the deep
sea
Red is the colour of
danger and courage
Black is the color of
ebony and of outer
space
Yellow is the color of
gold, butter and ripe
lemons
White is the color of milk
and fresh snow
Blue is the colour of the
clear sky and the deep
sea
Yellow is the color of
gold, butter and ripe
lemons
White is the color of milk
and fresh snow
Blue is the colour of the
clear sky and the deep
sea
Red is the colour of
danger and courage
Black is the color of
ebony and of outer
space
Yellow is the color
of gold, butter and
ripe lemons
Roadmap
90
1 3 5
6
4
2
Blue is the colour of the
clear sky and the deep
sea
Red is the colour of
danger and courage
Black is the color of
ebony and of outer space
Yellow is the color of
gold, butter and ripe
lemons
White is the color of milk
and fresh snow
Blue is the colour of the
clear sky and the deep
sea
Gantt chart
91
Week 1 Week 2
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Task 1
Task 2 ◆
Task 3
Task 4 ◆
Task 5 ◆
Task 6
Task 7
Task 8
SWOT Analysis
92
STRENGTHS
Blue is the colour of
the clear sky and the
deep sea
WEAKNESSES
Yellow is the color of
gold, butter and ripe
lemons
Black is the color of
ebony and of outer
space
OPPORTUNITIES
White is the color of
milk and fresh snow
THREATS
Business Model Canvas
93
Key Activities
Insert your content
Key Resources
Insert your content
Value Propositions
Insert your content
Customer Relationships
Insert your content
Channels
Insert your content
Customer Segments
Insert your content
Key Partners
Insert your content
Cost Structure
Insert your content
Revenue Streams
Insert your content
Funnel
94
PURCHASE
LOYALTY
AWARENESS
EVALUATION
DISCOVERY
INTENT
Insert your content
Insert your content
Insert your content
Insert your content
Insert your content
Insert your content
Team Presentation
95
Imani Jackson
JOB TITLE
Blue is the colour of the
clear sky and the deep sea
Marcos Galán
JOB TITLE
Blue is the colour of the
clear sky and the deep sea
Ixchel Valdía
JOB TITLE
Blue is the colour of the
clear sky and the deep sea
Nils Årud
JOB TITLE
Blue is the colour of the
clear sky and the deep sea
Competitor Matrix
96
LOW
VALUE
1
HIGH
VALUE
1
LOW VALUE 2
HIGH VALUE 2
Our company
Competitor
Competitor
Competitor
Competitor
Competitor
Compe
titor
Weekly Planner
97
SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY
09:00 - 09:45 Task Task Task Task Task Task Task
10:00 - 10:45 Task Task Task Task Task Task Task
11:00 - 11:45 Task Task Task Task Task Task Task
12:00 - 13:15 ✔ Free time ✔ Free time ✔ Free time ✔ Free time ✔ Free time ✔ Free time ✔ Free time
13:30 - 14:15 Task Task Task Task Task Task Task
14:30 - 15:15 Task Task Task Task Task Task Task
15:30 - 16:15 Task Task Task Task Task Task Task
SlidesCarnival icons are editable
shapes.
This means that you can:
● Resize them without
losing quality.
● Change fill color and
opacity.
● Change line color, width
and style.
Isn’t that nice? :)
Examples:
98
Diagrams and infographics
99
Now you can use any emoji as an icon!
And of course it resizes without losing quality and you can change the color.
How? Follow Google instructions
https://twitter.com/googledocs/status/730087240156643328
✋👆👉👍👤👦👧👨👩👪💃🏃💑❤
😂😉😋😒😭👶😸🐟🍒🍔💣📌📖🔨
🎃🎈🎨🏈🏰🌏🔌🔑 and many more...
100
Free templates for all your presentation needs
Ready to use,
professional and
customizable
100% free for personal
or commercial use
Blow your audience
away with attractive
visuals
For PowerPoint and
Google Slides

More Related Content

Similar to Teoria unidad 2 Base de Datos No Relacionales

Lessons learnt coverting from SQL to NoSQL
Lessons learnt coverting from SQL to NoSQLLessons learnt coverting from SQL to NoSQL
Lessons learnt coverting from SQL to NoSQL
Enda Farrell
 
SQL VS NoSQL
SQL VS NoSQLSQL VS NoSQL
SQL VS NoSQL
simonedaniels3
 
NoSQL_Databases
NoSQL_DatabasesNoSQL_Databases
NoSQL_Databases
Rick Perry
 
Enterprise NoSQL: Silver Bullet or Poison Pill
Enterprise NoSQL: Silver Bullet or Poison PillEnterprise NoSQL: Silver Bullet or Poison Pill
Enterprise NoSQL: Silver Bullet or Poison Pill
Billy Newport
 
DEE 431 Introduction to Mysql Slide 3
DEE 431 Introduction to Mysql Slide 3DEE 431 Introduction to Mysql Slide 3
DEE 431 Introduction to Mysql Slide 3
YOGESH SINGH
 
Non relational databases-no sql
Non relational databases-no sqlNon relational databases-no sql
Non relational databases-no sql
Ram kumar
 
Session 10 data
Session 10 dataSession 10 data
Session 10 data
Youngjin Yoo
 
No sql
No sqlNo sql
SQL For Programmers -- Boston Big Data Techcon April 27th
SQL For Programmers -- Boston Big Data Techcon April 27thSQL For Programmers -- Boston Big Data Techcon April 27th
SQL For Programmers -- Boston Big Data Techcon April 27th
Dave Stokes
 
Brief introduction to NoSQL by fas mosleh
Brief introduction to NoSQL by fas moslehBrief introduction to NoSQL by fas mosleh
Brief introduction to NoSQL by fas mosleh
Fas (Feisal) Mosleh
 
NoSQL and NewSQL: Tradeoffs between Scalable Performance & Consistency
NoSQL and NewSQL: Tradeoffs between Scalable Performance & ConsistencyNoSQL and NewSQL: Tradeoffs between Scalable Performance & Consistency
NoSQL and NewSQL: Tradeoffs between Scalable Performance & Consistency
ScyllaDB
 
Couchbase Data Platform | Big Data Demystified
Couchbase Data Platform | Big Data DemystifiedCouchbase Data Platform | Big Data Demystified
Couchbase Data Platform | Big Data Demystified
Omid Vahdaty
 
Modern database
Modern databaseModern database
Modern database
Rashid Ansari
 
Unit II -BIG DATA ANALYTICS.docx
Unit II -BIG DATA ANALYTICS.docxUnit II -BIG DATA ANALYTICS.docx
Unit II -BIG DATA ANALYTICS.docx
vvpadhu
 
NoSQL Seminer
NoSQL SeminerNoSQL Seminer
NoSQL Seminer
Partha Das
 
NOSQL vs SQL
NOSQL vs SQLNOSQL vs SQL
NOSQL vs SQL
Mohammed Fazuluddin
 
No SQL- The Future Of Data Storage
No SQL- The Future Of Data StorageNo SQL- The Future Of Data Storage
No SQL- The Future Of Data Storage
Bethmi Gunasekara
 
One Database Countless Possibilities for Mission-critical Applications
One Database Countless Possibilities for Mission-critical ApplicationsOne Database Countless Possibilities for Mission-critical Applications
One Database Countless Possibilities for Mission-critical Applications
FairCom
 
Introduction to NOSQL databases
Introduction to NOSQL databasesIntroduction to NOSQL databases
Introduction to NOSQL databases
Ashwani Kumar
 
1. introduction to no sql
1. introduction to no sql1. introduction to no sql
1. introduction to no sql
Anuja Gunale
 

Similar to Teoria unidad 2 Base de Datos No Relacionales (20)

Lessons learnt coverting from SQL to NoSQL
Lessons learnt coverting from SQL to NoSQLLessons learnt coverting from SQL to NoSQL
Lessons learnt coverting from SQL to NoSQL
 
SQL VS NoSQL
SQL VS NoSQLSQL VS NoSQL
SQL VS NoSQL
 
NoSQL_Databases
NoSQL_DatabasesNoSQL_Databases
NoSQL_Databases
 
Enterprise NoSQL: Silver Bullet or Poison Pill
Enterprise NoSQL: Silver Bullet or Poison PillEnterprise NoSQL: Silver Bullet or Poison Pill
Enterprise NoSQL: Silver Bullet or Poison Pill
 
DEE 431 Introduction to Mysql Slide 3
DEE 431 Introduction to Mysql Slide 3DEE 431 Introduction to Mysql Slide 3
DEE 431 Introduction to Mysql Slide 3
 
Non relational databases-no sql
Non relational databases-no sqlNon relational databases-no sql
Non relational databases-no sql
 
Session 10 data
Session 10 dataSession 10 data
Session 10 data
 
No sql
No sqlNo sql
No sql
 
SQL For Programmers -- Boston Big Data Techcon April 27th
SQL For Programmers -- Boston Big Data Techcon April 27thSQL For Programmers -- Boston Big Data Techcon April 27th
SQL For Programmers -- Boston Big Data Techcon April 27th
 
Brief introduction to NoSQL by fas mosleh
Brief introduction to NoSQL by fas moslehBrief introduction to NoSQL by fas mosleh
Brief introduction to NoSQL by fas mosleh
 
NoSQL and NewSQL: Tradeoffs between Scalable Performance & Consistency
NoSQL and NewSQL: Tradeoffs between Scalable Performance & ConsistencyNoSQL and NewSQL: Tradeoffs between Scalable Performance & Consistency
NoSQL and NewSQL: Tradeoffs between Scalable Performance & Consistency
 
Couchbase Data Platform | Big Data Demystified
Couchbase Data Platform | Big Data DemystifiedCouchbase Data Platform | Big Data Demystified
Couchbase Data Platform | Big Data Demystified
 
Modern database
Modern databaseModern database
Modern database
 
Unit II -BIG DATA ANALYTICS.docx
Unit II -BIG DATA ANALYTICS.docxUnit II -BIG DATA ANALYTICS.docx
Unit II -BIG DATA ANALYTICS.docx
 
NoSQL Seminer
NoSQL SeminerNoSQL Seminer
NoSQL Seminer
 
NOSQL vs SQL
NOSQL vs SQLNOSQL vs SQL
NOSQL vs SQL
 
No SQL- The Future Of Data Storage
No SQL- The Future Of Data StorageNo SQL- The Future Of Data Storage
No SQL- The Future Of Data Storage
 
One Database Countless Possibilities for Mission-critical Applications
One Database Countless Possibilities for Mission-critical ApplicationsOne Database Countless Possibilities for Mission-critical Applications
One Database Countless Possibilities for Mission-critical Applications
 
Introduction to NOSQL databases
Introduction to NOSQL databasesIntroduction to NOSQL databases
Introduction to NOSQL databases
 
1. introduction to no sql
1. introduction to no sql1. introduction to no sql
1. introduction to no sql
 

Recently uploaded

inQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
inQuba Webinar Mastering Customer Journey Management with Dr Graham HillinQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
inQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
LizaNolte
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
Neo4j
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
c5vrf27qcz
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Neo4j
 
"What does it really mean for your system to be available, or how to define w...
"What does it really mean for your system to be available, or how to define w..."What does it really mean for your system to be available, or how to define w...
"What does it really mean for your system to be available, or how to define w...
Fwdays
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
Safe Software
 
AppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSFAppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSF
Ajin Abraham
 
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Neo4j
 
From Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMsFrom Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMs
Sease
 
Session 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdfSession 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdf
UiPathCommunity
 
High performance Serverless Java on AWS- GoTo Amsterdam 2024
High performance Serverless Java on AWS- GoTo Amsterdam 2024High performance Serverless Java on AWS- GoTo Amsterdam 2024
High performance Serverless Java on AWS- GoTo Amsterdam 2024
Vadym Kazulkin
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Demystifying Knowledge Management through Storytelling
Demystifying Knowledge Management through StorytellingDemystifying Knowledge Management through Storytelling
Demystifying Knowledge Management through Storytelling
Enterprise Knowledge
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
Mydbops
 
A Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's ArchitectureA Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's Architecture
ScyllaDB
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
Jason Yip
 
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
DanBrown980551
 

Recently uploaded (20)

inQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
inQuba Webinar Mastering Customer Journey Management with Dr Graham HillinQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
inQuba Webinar Mastering Customer Journey Management with Dr Graham Hill
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
"What does it really mean for your system to be available, or how to define w...
"What does it really mean for your system to be available, or how to define w..."What does it really mean for your system to be available, or how to define w...
"What does it really mean for your system to be available, or how to define w...
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
 
AppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSFAppSec PNW: Android and iOS Application Security with MobSF
AppSec PNW: Android and iOS Application Security with MobSF
 
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
 
From Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMsFrom Natural Language to Structured Solr Queries using LLMs
From Natural Language to Structured Solr Queries using LLMs
 
Session 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdfSession 1 - Intro to Robotic Process Automation.pdf
Session 1 - Intro to Robotic Process Automation.pdf
 
High performance Serverless Java on AWS- GoTo Amsterdam 2024
High performance Serverless Java on AWS- GoTo Amsterdam 2024High performance Serverless Java on AWS- GoTo Amsterdam 2024
High performance Serverless Java on AWS- GoTo Amsterdam 2024
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Demystifying Knowledge Management through Storytelling
Demystifying Knowledge Management through StorytellingDemystifying Knowledge Management through Storytelling
Demystifying Knowledge Management through Storytelling
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
 
Must Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during MigrationMust Know Postgres Extension for DBA and Developer during Migration
Must Know Postgres Extension for DBA and Developer during Migration
 
A Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's ArchitectureA Deep Dive into ScyllaDB's Architecture
A Deep Dive into ScyllaDB's Architecture
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
 
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
LF Energy Webinar: Carbon Data Specifications: Mechanisms to Improve Data Acc...
 

Teoria unidad 2 Base de Datos No Relacionales

  • 1. TEMA 2. BASES DE DATOS NO SQL M.E. Estefani Manzanilla Aguirre
  • 2. Criterios de Evaluación Asistencia - 10% - (lista) Mapa Conceptual Ilustrativo “Base de Datos No Relacionales & Base de Datos Referenciales” 35% (lista de cotejo) Tabla Comparativa “Base de Datos No Relacionales Orientadas a Documentos, Clave-Valor, Grafos, Columnas” 35% (lista de cotejo) ✓ Evaluación – 20% (Cuestionario Automatizado
  • 4. 4 Base de datos No SQL orientadaa documentos
  • 5. Introducción.  De las mas importantes.  Han marcado la pauta dentro de la era digital.  Presentes en aplicaciones móviles.  Presentes en software de los ordenadores. 5
  • 6. Introducción. En los tiempos del Big Data, es decir, nuestro día común y corriente, el volumen de datos que generamos no deja de crecer. Esto significa que los datos que debemos gestionar y considerar también es cada vez mayor. Nuestros sistemas demandan grandes capacidades de almacenamiento y análisis a alta velocidad. 6
  • 7. Base de Datos No SQL - Documentos ¿Qué son las bases de datos NoSQL documentales? 7
  • 8. Base de Datos No SQL - Documentos Una base de datos documental, también denominada base de datos orientada a documentos, es un subconjunto de un tipo de base de datos construida bajo NoSQL. Las BBDD documentales son aliados fundamentales en los que podemos confiar para el manejo de voluminosas cantidades de información. 8
  • 9. Base de Datos No SQL - Documentos  Conjunto de información estructurada en registros.  Almacenadas en un soporte electrónico.  Registros = unidad autónoma. 9 Utilización de documentos. Documentos = registros y datos asociados. Documentos de texto, archivos XML o JSON. Datos semiestructurados
  • 10. Base de Datos No SQL - Documentos ¿Qué beneficios nos brindas estas base de datos NoSQL documentales? 10
  • 11. Base de Datos No SQL - Documentos Versatilidad: La dinámica que ofrecen estos modelos de bases de datos permite que su modificación sea más sencilla que la de los modelos relacionales. Flexibilidad: Estas nos abren las posibilidades de incorporar de manera flexible y dinámica modelos nuevos de análisis de datos para lo que necesitemos en nuestro día a día. Escritura rápida: Esto permite asegurar que las escrituras de datos siempre serán rápidas sin importar la existencia de una falla de hardware o de la red. Rendimiento: Necesitamos consultas de alta velocidad con potentes motores de búsqueda con propiedades de indexación. 11
  • 12. Base de Datos No SQL - Documentos ¿Cuáles son las Base de Datos No SQL mas populares? 12
  • 18.
  • 19. 19 Base de datos No SQL orientadaa clave-valor
  • 21. Introducción.  NoSQL.  Simple almacenamiento.  Gran funcionalidad.  Aprecio de los desarrolladores.  Alta eficacia en lectura y escritura de datos. 21
  • 22. Base de Datos No SQL – clave-valor ¿Qué son las bases de datos NoSQL Clave- Valor? 22
  • 23. Base de Datos No SQL – clave-valor Una base de datos clave valor (Key-Value) es un tipo de base de datos NoSQL que funciona con un modelo simple de claves y valores. Esto se refiere al hecho de que la base de datos almacena en pares clave/valor. 23
  • 24. 24 • Clave sintética • Clave autogenerada • Clave de diversos formatos • Clave única • Valores con estructura simple • Valores con diferentes formatos • Diccionarios Base de Datos No SQL – clave-valor
  • 25. 25 Aplicaciones de una Base de Datos No SQL – clave-valor • Get – Put – Delete. • Vincularla con diversos proyectos. • Independencia de elementos • E-shopping. • Facilidad de escalada. • Redundancia incorporada.
  • 26. Base de Datos No SQL – clave valor ¿Cuáles son las ventajas y desventajas de las Base de Datos No SQL clave-valor? 26
  • 27. Base de Datos No SQL – clave-valor Ventajas › Almacenan los datos en diccionarios. › Velocidad y escalabilidad. Desventajas › Consultas básicas. › Configuración personalizada. › Parte de la clave primaria 27
  • 28. Base de Datos No SQL – clave valor ¿Cuáles son las Base de Datos No SQL clave-valor mas populares? 28
  • 33.
  • 34. 34 Base de datos No SQL orientadaa grafos
  • 36. Introducción.  NoSQL.  Ganando público.  Modelado de datos.  Potentes.  Representación del mundo real.  Flexibilidad.  Representación del consumo de datos.  Compresión óptima.  Aprovechamiento máximo. 36
  • 37. Base de Datos No SQL – Grafos ¿Qué son las bases de datos NoSQL gráfos? 37
  • 38. Base de Datos No SQL - Grafos Un grafo es una composición de un conjunto de objetos llamados nodos conectados a través de una serie de aristas. En los nodos están conformados por información y las aristas que conectan los nodos nos permiten entender las relaciones que existen entre los nodos. 38
  • 39. Base de Datos No SQL - Grafos  Diferentes tipos de grafos:  Relaciones dirigidas o no.  Multiplicidad de relaciones entre nodos.  Distinta aridad de relaciones.  Representación complejas entre datos.  Carecen de esquemas.  Gran flexibilidad.  Grandes volúmenes de datos.  Diversidad de métodos analíticos y consulta  Web Blogs  Twitter 39
  • 40. 40
  • 41. Base de Datos No SQL – grafos ¿Cuáles son las ventajas y desventajas de las Base de Datos No SQL - grafos? 41
  • 42. Base de Datos No SQL – grafos Ventajas › Rendimiento. › Flexibilidad. › Rapidez. Desventajas › Dificultades con respecto a la atomicidad y sus patrones de estandarización. › Cuando se realizan particiones en función de propiedades locales pueden presentarse dificultades similares a las de una base de datos relacional. 42
  • 43. Base de Datos No SQL – grafos ¿Cuáles son los usos de la Base de Datos No SQL de grafos? 43
  • 44. Base de Datos No SQL – grafos Detección de fraude 44 Big Data Rendimiento en Redes Sociales
  • 45. Base de Datos No SQL – grafos ¿Cuáles son las Base de Datos No SQL de grafos mas populares? 45
  • 49.
  • 50. 50 Base de datos No SQL orientadaa columnas
  • 52. Base de Datos No SQL – Columnas ¿Qué son las bases de datos NoSQL - Columnas? 52
  • 53.  Distribución común en filas  SGBD crea una línea para cada entrada.  Los datos de cada entrada están dispuestos uno al lado del otro 53 Base de Datos No SQL – Columnas Distribución en columnas Por cada entrada, hay una columna. Los datos de cada entrada están dispuestos uno debajo del otro. FILA COLUMNA
  • 54. 54 Base de Datos No SQL – Columnas Sistema orientado en filas Sistema orientado en columnas Número Apellido Nombre Clave 0010 Nolasco Obed 3FN-Z768 0011 Lavalle Beti 7TR-K345 0012 Larios Citlali 8NN-R266 Número 0010 0011 0012 Apellido Nolasco Lavalle Larios Nombre Obed Beti Citlali Clave 3FN-Z768 7TR-K345 8NN-R266
  • 55. 55 Base de Datos No SQL – Columnas En el disco duro, sin embargo, los datos se muestran unidimensionales, es decir, se representan de forma sucesiva. Sistema orientado en filas La base de datos columnar también almacena la información de forma sucesiva, pero al organizar los datos de otra forma también resulta una secuencia de datos distinta. Sistema orientado en columnas 0010, Nolasco, Oded, 3FN-Z768; 0011, Lavalle, Beti, 7TR-K345; 0012, Larios, Citlali, 8NN-R266 0010, 0011, 0012; Nolasco, Lavalle, Larios; Obed, Beti, Citlali; 3FN-Z768, 7TR-K345, 8NN-R266
  • 56. Base de Datos No SQL – Columnas ¿Cuáles son los usos de la Base de Datos No SQL de Columnas? 56
  • 57. 57 Base de Datos No SQL – Columnas En la investigación. Pasan por evaluaciones continuas. Rapidez con sistemas basados en columnas. Acceder menos al disco duro Almacenan muy próximos entre sí. Se carga por bloques. No es necesario leer la BD completa
  • 58. Base de Datos No SQL – Columnas ¿Cuáles son las ventajas y desventajas de las Base de Datos No SQL - Columnas? 58
  • 59. Base de Datos No SQL – Columnas Ventajas › Evaluación de grandes volúmenes de datos. › La compresión: Los datos de una columna son siempre del mismo tipo, por ejemplo, una cadena o un entero. Desventajas › En las aplicaciones transaccionales los accesos son diferentes en la mayoría de los casos: aquí, los datos nuevos se deben distribuir a través de toda la base de dato. 59
  • 60. Base de Datos No SQL – Columnas ¿Cuáles son las Base de Datos No SQL de Columnas mas populares? 60
  • 66. 66
  • 67.
  • 68. This is a slide title › Here you have a list of items › And some text › But remember not to overload your slides with content Your audience will listen to you or read the content, but won’t do both. 68
  • 69. BIG CONCEPT Bring the attention of your audience over a key concept using icons or illustrations 69
  • 70. White Is the color of milk and fresh snow, the color produced by the combination of all the colors of the visible spectrum. You can also split your content Black Is the color of ebony and of outer space. It has been the symbolic color of elegance, solemnity and authority. 70
  • 71. In two or three columns Yellow Is the color of gold, butter and ripe lemons. In the spectrum of visible light, yellow is found between green and orange. Blue Is the colour of the clear sky and the deep sea. It is located between violet and green on the optical spectrum. Red Is the color of blood, and because of this it has historically been associated with sacrifice, danger and courage. 71
  • 72. A picture is worth a thousand words A complex idea can be conveyed with just a single still image, namely making it possible to absorb large amounts of data quickly. 72
  • 73. Want big impact? USE BIG IMAGE 73
  • 74. Use charts to explain your ideas Gray White Black 74
  • 75. And tables to compare data A B C Yellow 10 20 7 Blue 30 15 10 Orange 5 24 16 75
  • 77. 89,526,124 Whoa! That’s a big number, aren’t you proud? 77
  • 78. 89,526,124$ That’s a lot of money 100% Total success! 185,244 users And a lot of users 78
  • 79. Our process is easy FIRST SECOND LAST 79
  • 80. Let’s review some concepts Yellow Is the color of gold, butter and ripe lemons. In the spectrum of visible light, yellow is found between green and orange. Blue Is the colour of the clear sky and the deep sea. It is located between violet and green on the optical spectrum. Red Is the color of blood, and because of this it has historically been associated with sacrifice, danger and courage. Yellow Is the color of gold, butter and ripe lemons. In the spectrum of visible light, yellow is found between green and orange. Blue Is the colour of the clear sky and the deep sea. It is located between violet and green on the optical spectrum. Red Is the color of blood, and because of this it has historically been associated with sacrifice, danger and courage. 80
  • 81. You can insert graphs from Excel or Google Sheets 81 4000 3000 2000 1000 0
  • 82. MOBILE PROJECT Show and explain your web, app or software projects using these gadget templates. 82
  • 83. TABLET PROJECT Show and explain your web, app or software projects using these gadget templates. 83
  • 84. DESKTOP PROJECT Show and explain your web, app or software projects using these gadget templates. 84
  • 85. THANKS! Any questions? You can find me at: @username · user@mail.me 85
  • 86. Credits Special thanks to all the people who made and released these awesome resources for free: › Presentation template by SlidesCarnival › Photographs by Startupstockphotos 86
  • 87. Presentation design This presentation uses the following typographies: › Titles: Hind › Body copy: Hind You can download the fonts on this page: https://www.fontsquirrel.com/fonts/hind You don’t need to keep this slide in your presentation. It’s only here to serve you as a design guide if you need to create new slides or download the fonts to edit the presentation in PowerPoint® 87
  • 88. 2. EXTRA RESOURCES For Business Plans, Marketing Plans, Project Proposals, Lessons, etc
  • 89. Timeline 89 DEC NOV OCT SEP AUG JUL JUN MAY APR MAR FEB JAN Blue is the colour of the clear sky and the deep sea Red is the colour of danger and courage Black is the color of ebony and of outer space Yellow is the color of gold, butter and ripe lemons White is the color of milk and fresh snow Blue is the colour of the clear sky and the deep sea Yellow is the color of gold, butter and ripe lemons White is the color of milk and fresh snow Blue is the colour of the clear sky and the deep sea Red is the colour of danger and courage Black is the color of ebony and of outer space Yellow is the color of gold, butter and ripe lemons
  • 90. Roadmap 90 1 3 5 6 4 2 Blue is the colour of the clear sky and the deep sea Red is the colour of danger and courage Black is the color of ebony and of outer space Yellow is the color of gold, butter and ripe lemons White is the color of milk and fresh snow Blue is the colour of the clear sky and the deep sea
  • 91. Gantt chart 91 Week 1 Week 2 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Task 1 Task 2 ◆ Task 3 Task 4 ◆ Task 5 ◆ Task 6 Task 7 Task 8
  • 92. SWOT Analysis 92 STRENGTHS Blue is the colour of the clear sky and the deep sea WEAKNESSES Yellow is the color of gold, butter and ripe lemons Black is the color of ebony and of outer space OPPORTUNITIES White is the color of milk and fresh snow THREATS
  • 93. Business Model Canvas 93 Key Activities Insert your content Key Resources Insert your content Value Propositions Insert your content Customer Relationships Insert your content Channels Insert your content Customer Segments Insert your content Key Partners Insert your content Cost Structure Insert your content Revenue Streams Insert your content
  • 94. Funnel 94 PURCHASE LOYALTY AWARENESS EVALUATION DISCOVERY INTENT Insert your content Insert your content Insert your content Insert your content Insert your content Insert your content
  • 95. Team Presentation 95 Imani Jackson JOB TITLE Blue is the colour of the clear sky and the deep sea Marcos Galán JOB TITLE Blue is the colour of the clear sky and the deep sea Ixchel Valdía JOB TITLE Blue is the colour of the clear sky and the deep sea Nils Årud JOB TITLE Blue is the colour of the clear sky and the deep sea
  • 96. Competitor Matrix 96 LOW VALUE 1 HIGH VALUE 1 LOW VALUE 2 HIGH VALUE 2 Our company Competitor Competitor Competitor Competitor Competitor Compe titor
  • 97. Weekly Planner 97 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY 09:00 - 09:45 Task Task Task Task Task Task Task 10:00 - 10:45 Task Task Task Task Task Task Task 11:00 - 11:45 Task Task Task Task Task Task Task 12:00 - 13:15 ✔ Free time ✔ Free time ✔ Free time ✔ Free time ✔ Free time ✔ Free time ✔ Free time 13:30 - 14:15 Task Task Task Task Task Task Task 14:30 - 15:15 Task Task Task Task Task Task Task 15:30 - 16:15 Task Task Task Task Task Task Task
  • 98. SlidesCarnival icons are editable shapes. This means that you can: ● Resize them without losing quality. ● Change fill color and opacity. ● Change line color, width and style. Isn’t that nice? :) Examples: 98
  • 100. Now you can use any emoji as an icon! And of course it resizes without losing quality and you can change the color. How? Follow Google instructions https://twitter.com/googledocs/status/730087240156643328 ✋👆👉👍👤👦👧👨👩👪💃🏃💑❤ 😂😉😋😒😭👶😸🐟🍒🍔💣📌📖🔨 🎃🎈🎨🏈🏰🌏🔌🔑 and many more... 100
  • 101. Free templates for all your presentation needs Ready to use, professional and customizable 100% free for personal or commercial use Blow your audience away with attractive visuals For PowerPoint and Google Slides