更好地使用DynamoDB的工具

dyn-o-tool的Python项目详细描述


动态工具

使用AWS DynamoDB更轻松地生活的工具,它是Dyn-O-Mite!在

特点

  • 获取任何表的快速信息摘要
  • 快速从任何表中抓取10条记录
  • 将任何DynamoDB表的全部或子集导出到CSV
  • 擦除或截断表
  • ……还有更多!在

安装

pip install dyn-o-tool

使用

CloudZero Dyn-O-Tool!

Tools for making life with DynamoDB easier

Usage:
dynotool list [–profile <name>] dynotool info <TABLE> [–profile <name>] dynotool head <TABLE> [–profile <name>] dynotool copy <SRC_TABLE> <DEST_TABLE> [–profile <name>] dynotool export <TABLE> [–format <format> –file <file> –profile <name>] dynotool import <TABLE> –file <file> [–profile <name>] dynotool wipe <TABLE> [–profile <name>] dynotool truncate <TABLE> [–filter <filter>] [–profile <name>]
Options:
-? –help Usage help. list List all DyanmoDB tables currently provisioned. info Get info on the specified table. head Get the first 20 records from the table. copy Copy the data from SRC TABLE to DEST TABLE export Export TABLE to JSON import Import file into TABLE wipe Wipe an existing table by recreating it (delete and create) truncate Wipe an existing table by deleting all records –format <format> JSON or CSV [default: json] –file <file> File to import or export data to, defaults to table name. –profile <profile> AWS Profile to use (optional) [default: default]. –filter <filter> A filter to apply to the operation. The syntax depends on the operation.

版权所有©;2020 CloudZero,Inc

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
从类访问属性时发生java编译错误   性能更好的Java序列化替代方案   java EhCache Spring XML集成命名空间   java如何使用表达式在JSP中检索新生成的图像   Java neo4j,REST和内存   java如何在mouseListener中删除和创建对象?   java在Hibernate中使用预定义前缀填充Id列   java无法从Elastic Beanstalk连接到Amazon SimpleDB   多线程通过单击JavaSwing中的按钮创建具有新名称的类的新对象   java如何在Kotlin中实现Memento模式   Android系列。对java进行排序。lang.NullPointerException   方法中的java重载构造函数内部类