From the course: AWS Essential Training for Developers
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
NoSQL databases - Amazon Web Services (AWS) Tutorial
From the course: AWS Essential Training for Developers
NoSQL databases
- [Instructor] AWS has a great page that breaks down the terminology around NoSQL databases and shows the different NoSQL databases that they offer. A NoSQL database is just what the name implies. It's usually a database engine that isn't a relational database type that doesn't use the standard SQL query language. There's no sql. Instead of imagining the data being stored in a tabular form, like a spreadsheet with fixed data types for the columns, no SQL databases are great for storing data in a schemaless format Instead of a mail slot that only accepts postal letters, it's like a package delivery locker where each cubby can fit anything that you want, and they all store all kinds of different things like shoes or footballs or a candy bar, whatever. The most popular key value store that they offer is called DynamoDB and it's pretty easy to use. So this exists higher up in the database as a service offering where you…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
What is database as a service (DBaaS)?3m 46s
-
(Locked)
Relational Database Service (RDS)4m 40s
-
(Locked)
Create an Aurora database7m 52s
-
(Locked)
NoSQL databases1m 54s
-
(Locked)
In-memory caches1m 24s
-
(Locked)
Big data databases3m 30s
-
(Locked)
Data Analytics in AWS2m 31s
-
(Locked)
Challenge: Aurora1m 27s
-
(Locked)
Solution: Aurora2m 17s
-
-
-
-
-
-
-
-