Database
Submitted
By:-
Nishant Bhardwaj
WHAT IS CLOUD COMPUTING?
 Cloud computing is utility service, giving
you access to technology resources
managed by experts and available on-
demand.
 With this you simply access the services
on internet, with no up-front costs and you
pay only for the resources you use.
SERVICES PROVIDED BY AWS:-
BENEFITS OF AMAZON WEB SERVICES
AWS DATABASE
 Relational Database:-
It’s a collection of data items with pre
defined relationships between them and are
organised as a set tables of columns and
rows.
 NoSQL:-
It utilizes a variety of data models which
includes documents, graph, key value and
columnar.
ASPECTS OF RELATIONAL DATABASE
 SQL:-
It is used to add, update or deleting rows of data,
retrieving subsets of dafor transaction processing and
analytics applications, and to manage all aspects of the
database.
 Data Integrity:-
It’s the completeness, accuracy and consistency of the
data. A set of constraints are used to such as primary keys,
foreign keys etc.
 Transactions:-
It’s the one or more SQL statements that are executed as
a sequence of database operations.
 ACID Compliance:-
All databases must be atomic, consistent, isolated and
AMAZON RDS:-
NEW FEATURES IN AMAZON RDS
AMAZON RDS DATABASE ENGINES
 Amazon Aurora
 Postgre SQL
 MySql
 MariaDB
 ORACLE
 Microsoft SQL Server
AMAZON RDS USE CASES
NOSQL DATABASE:-
 NoSQL is a term used to describe high-
performance, non-relational databases.
 NoSQL databases utilize a variety of data
models, including document, graph, key-
value, and columnar.
 NoSQL databases are widely recognized for
ease of development, scalable performance,
high availability, and resilience.
NOSQL DATABASE ENGINES
TYPES OF NOSQL DATABASES ON AWS
 Columnar databases:- These are optimized for reading
and writing columns of data as opposed to rows of data.
 Document Databases: Document databases are
designed to store semi-structured data as documents,
typically in JSON or XML format.
 Graph Databases: Graph databases store vertices and
directed links called edges. Graphs can be built on
relational (SQL) and non-relational (NoSQL) databases
 In-Memory Key-Value Stores: In-memory key-value
stores are NoSQL databases optimized for read-heavy
application workloads (such as social networking, gaming,
media sharing and Q&A portals) or compute-intensive
workloads (such as a recommendation engine).
CREATE A NOSQL TABLE
STEP:3
ADDING DATA TO THE TABLE
ADDING MORE DATA
DELETING AN ITEM
THANK YOU

Amazon Web Services (Database)

  • 1.
  • 2.
    WHAT IS CLOUDCOMPUTING?  Cloud computing is utility service, giving you access to technology resources managed by experts and available on- demand.  With this you simply access the services on internet, with no up-front costs and you pay only for the resources you use.
  • 3.
  • 4.
    BENEFITS OF AMAZONWEB SERVICES
  • 5.
    AWS DATABASE  RelationalDatabase:- It’s a collection of data items with pre defined relationships between them and are organised as a set tables of columns and rows.  NoSQL:- It utilizes a variety of data models which includes documents, graph, key value and columnar.
  • 6.
    ASPECTS OF RELATIONALDATABASE  SQL:- It is used to add, update or deleting rows of data, retrieving subsets of dafor transaction processing and analytics applications, and to manage all aspects of the database.  Data Integrity:- It’s the completeness, accuracy and consistency of the data. A set of constraints are used to such as primary keys, foreign keys etc.  Transactions:- It’s the one or more SQL statements that are executed as a sequence of database operations.  ACID Compliance:- All databases must be atomic, consistent, isolated and
  • 7.
  • 8.
    NEW FEATURES INAMAZON RDS
  • 9.
    AMAZON RDS DATABASEENGINES  Amazon Aurora  Postgre SQL  MySql  MariaDB  ORACLE  Microsoft SQL Server
  • 10.
  • 11.
    NOSQL DATABASE:-  NoSQLis a term used to describe high- performance, non-relational databases.  NoSQL databases utilize a variety of data models, including document, graph, key- value, and columnar.  NoSQL databases are widely recognized for ease of development, scalable performance, high availability, and resilience.
  • 12.
  • 13.
    TYPES OF NOSQLDATABASES ON AWS  Columnar databases:- These are optimized for reading and writing columns of data as opposed to rows of data.  Document Databases: Document databases are designed to store semi-structured data as documents, typically in JSON or XML format.  Graph Databases: Graph databases store vertices and directed links called edges. Graphs can be built on relational (SQL) and non-relational (NoSQL) databases  In-Memory Key-Value Stores: In-memory key-value stores are NoSQL databases optimized for read-heavy application workloads (such as social networking, gaming, media sharing and Q&A portals) or compute-intensive workloads (such as a recommendation engine).
  • 14.
  • 15.
  • 16.
    ADDING DATA TOTHE TABLE
  • 17.
  • 18.
  • 19.