1
00:00:00,240 --> 00:00:04,420
In this video we are going to create data using the particle.

2
00:00:04,560 --> 00:00:11,700
Enter from Amazon Dynamic DB Table V using a measurement console as we know that Amazon Dynamo DB supports

3
00:00:11,700 --> 00:00:19,560
particle, it is a square compatible query language to select insert update and delete data in Amazon

4
00:00:19,560 --> 00:00:20,430
Dynamo DB.

5
00:00:20,760 --> 00:00:26,610
So using particle, we can easily interact with Dynamo DB tables running the SQL commands.

6
00:00:26,640 --> 00:00:33,900
To do that, please go to the measurement console and you can see in here one Dynamo IMDB page.

7
00:00:33,900 --> 00:00:36,510
We can see here we have political editor.

8
00:00:36,540 --> 00:00:42,510
If you click this actor, we basically perform query operations over to our Dynamo TV tables.

9
00:00:42,510 --> 00:00:44,370
We have created the order table.

10
00:00:44,370 --> 00:00:48,240
So that's why I'm going to write a squared commands in here.

11
00:00:48,240 --> 00:00:50,900
So I'm going to copy paste this command.

12
00:00:50,910 --> 00:00:56,550
You can see in here this select star from order is our table name.

13
00:00:57,030 --> 00:01:03,480
It is required to double code and after that we can write the bar condition where ID equal one.

14
00:01:03,480 --> 00:01:08,640
The value should be one code and status equal delivery.

15
00:01:08,640 --> 00:01:12,570
So this is the format that we can use particle commands over the Dynamo.

16
00:01:12,570 --> 00:01:18,270
DB If you click the run button, you can see that the table V comes in here.

17
00:01:18,270 --> 00:01:26,700
We can basically query performing, query operations with using particle enter and using the SQL related

18
00:01:27,060 --> 00:01:34,410
queries in here so you can read the result of the query by choosing the table V or the gem, you can

19
00:01:34,410 --> 00:01:38,370
click the JSON wave and see the JSON wave of Dynamo DB results.

20
00:01:38,850 --> 00:01:44,790
So as you can see that we have successfully created data using particle eater from Amazon Dynamo DB

21
00:01:44,790 --> 00:01:47,010
table using the measurement console.
