简体   繁体   English

如何在DynamoDB中查看表数据

[英]How to view table data in DynamoDB

AWS Console seems to indicate my tables have some data from my test put_item() calls, but I would like to actually see the data. AWS控制台似乎表明我的表中有来自测试put_item()调用的一些数据,但是我想实际查看这些数据。 Is there a means to do this in AWS Console? 是否可以在AWS Console中执行此操作? I've read something on AWS Explorer that can be installed as a plugin to eclipse or visual studios, but I'm a PHP developer who doesn't use Eclipse, so it seems silly to install a whole IDE just to ensure the correct data is being entered. 我已经在AWS Explorer上阅读了一些内容,可以将其安装为Eclipse或Visual Studio的插件,但是我是一个不使用Eclipse的PHP开发人员,因此安装整个IDE只是为了确保正确的数据似乎很愚蠢。正在输入。

How can I check the data in my DynamoDB tables? 如何检查DynamoDB表中的数据?

[UPDATE] Amazon just launched "Explore Table" for DynamoDB in the AWS Management Console. [更新]亚马逊刚刚在AWS管理控制台中为DynamoDB启动了“ Explore Table”。


If you are using Visual Studio or Eclipse, you can use the AWS Explorer to see all of your tables and data. 如果您使用的是Visual Studio或Eclipse,则可以使用AWS Explorer查看所有表和数据。

In Eclipse it looks like this: 在Eclipse中,它看起来像这样:

Eclipse中的AWS Explorer的屏幕截图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM