{"id":19489009,"url":"https://github.com/zhulinwei/dynamodb-to-csv","last_synced_at":"2026-05-12T21:35:04.736Z","repository":{"id":115762951,"uuid":"189025363","full_name":"zhulinwei/dynamodb-to-csv","owner":"zhulinwei","description":"DynamoDB小工具","archived":false,"fork":false,"pushed_at":"2019-06-05T03:38:58.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-08T08:39:28.717Z","etag":null,"topics":["csv","dynamodb"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhulinwei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-28T12:37:20.000Z","updated_at":"2024-10-26T08:40:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb315230-6ac5-4b7b-9d4d-0aa91955c0d2","html_url":"https://github.com/zhulinwei/dynamodb-to-csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhulinwei%2Fdynamodb-to-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhulinwei%2Fdynamodb-to-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhulinwei%2Fdynamodb-to-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhulinwei%2Fdynamodb-to-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhulinwei","download_url":"https://codeload.github.com/zhulinwei/dynamodb-to-csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240731424,"owners_count":19848526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","dynamodb"],"created_at":"2024-11-10T21:06:50.402Z","updated_at":"2026-05-12T21:35:04.696Z","avatar_url":"https://github.com/zhulinwei.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dynamodb-to-csv\n\n## 描述\n 参考[AWS DynamoDBtoCSV](https://github.com/edasque/DynamoDBtoCSV)并经过改良，可将大规模dynamodb数据保存到指定的csv文件\n\n## 使用\n\n```shell\nnode app -h\nUsage: app [options]\n\nOptions:\n  -V, --version                            output the version number\n  -q, --query [query]                      查询条件\n  -f, --output [output]                    输出文件\n  -r, --region [region]                    数据库区域\n  -e, --endpoint [endpoint]                数据库端口\n  -t, --tableName [tableName]              数据表名称\n  -s, --sslEnabled [sslEnabled]            数据库加密\n  -a, --accessKeyId [accessKeyId]          数据库编号\n  -k, --secretAccessKey [secretAccessKey]  数据库密钥\n  -h, --help                               output usage information\n```\n\n## 依赖\n- lodadh\n- aws-sdk\n- csv-writer\n- commander\n\n## example\n\n将放在美西2区的数据表test导出到test.csv文件中\n``` shell\nnode app -r us-west-2 -t test -f test.csv\n```\n\n将放在美西2区、编号为your_access_key_id、密钥为your_secret_access_key、端口地址为your_dynamodb_endpoint、数据表为your_dynamedb_table_name的数据导入到your_output_file_name文件中\n``` shell\nnode app -r us-west-2 -a your_access_key_id -k your_secret_access_key -e your_dynamodb_endpoint -t your_dynamedb_table_name -f your_output_file_name\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhulinwei%2Fdynamodb-to-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhulinwei%2Fdynamodb-to-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhulinwei%2Fdynamodb-to-csv/lists"}