课程: AWS for Developers: DynamoDB
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Streams in DynamoDB
- [Instructor] What do you do when you need to know about changes in your data in real time? Let's say you want to send a notification every time an account has been updated. Well that's where streams come in. Streams are a log of changes to a table that can be programmatically accessed. These changes, including inserts, updates and deletes, are stored in the table for 24 hours. To work with streams, you have to enable them on your table and specify how much data you'd like your stream to contain. Previous record, new record or just changes. Keep in mind, like most features in DynamoDB, there's a cost associated with storing this data. Records are grouped into shards and you'll need to access that data in chunks. Streams have their own end point that is different than your DynamoDB table end point. You'll need to access the table stream by grabbing the Amazon Resource Name, or ARN, from the console. Now I'll show you how to do that right now. As you can see, I'm no longer in my local…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
(已锁定)
Installing DynamoDB local3 分钟 53 秒
-
(已锁定)
Overview of client libraries2 分钟 6 秒
-
(已锁定)
Creating tables in DynamoDB using Node.js3 分钟 43 秒
-
(已锁定)
Inserting data into DynamoDB using Node.js5 分钟 28 秒
-
(已锁定)
Insert data with transactions in DynamoDB using Node.js3 分钟 57 秒
-
(已锁定)
Querying data using Node.js6 分钟 48 秒
-
(已锁定)
Streams in DynamoDB9 分钟 22 秒
-
(已锁定)
-
-