课程: AWS for Developers: DynamoDB
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Installing DynamoDB local - Amazon Web Services (AWS)教程
课程: AWS for Developers: DynamoDB
Installing DynamoDB local
- [Narrator] When you're first developing your application it doesn't make a lot of sense to pay for usage on your tables. That's why, like most databases, you can install DynamoDB locally to keep your AWS bills low until you're ready to deploy to a dev or staging environment. Let's look at how to install DynamoDB locally now. Pull up the following URL in your browser and you'll see that there are downloads here for different regions. I'm going to select the US West and I'll select the .tar.gz zipped version, which I've downloaded to my desktop. From here I'll go ahead and open up my consult window and I will make a folder in my home directory called DynamoDB and I will run the following command tar xvfz from my desktop or wherever you downloaded that file to, to minus C Dynamo. There, let's make a script now to start up our database. DynamoDB runs inside a jar, which means I'll need to have java installed. I'm using version 1.8.0 and you can use any comparable version. I'm going to…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
(已锁定)
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 秒
-
(已锁定)
-
-