{"id":20174118,"url":"https://github.com/ma91n/dynamo2csv","last_synced_at":"2026-06-08T12:01:45.326Z","repository":{"id":64307731,"uuid":"257213584","full_name":"ma91n/dynamo2csv","owner":"ma91n","description":"Export DynamoDB table to CSV","archived":false,"fork":false,"pushed_at":"2020-04-30T07:49:58.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T05:08:57.922Z","etag":null,"topics":["csv","dynamodb","go"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ma91n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-20T08:09:12.000Z","updated_at":"2021-03-30T04:26:35.000Z","dependencies_parsed_at":"2023-01-15T11:00:31.431Z","dependency_job_id":null,"html_url":"https://github.com/ma91n/dynamo2csv","commit_stats":null,"previous_names":["laqiiz/dynamo2csv"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ma91n/dynamo2csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma91n%2Fdynamo2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma91n%2Fdynamo2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma91n%2Fdynamo2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma91n%2Fdynamo2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ma91n","download_url":"https://codeload.github.com/ma91n/dynamo2csv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ma91n%2Fdynamo2csv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34061123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","go"],"created_at":"2024-11-14T01:41:31.338Z","updated_at":"2026-06-08T12:01:45.309Z","avatar_url":"https://github.com/ma91n.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dynamo2csv\nExport DynamoDB table to CSV\n\n## Installation\n\n```bash\ngo get -u github.com/laqiiz/dynamo2csv\n```\n\n## Usage\n\nAll Data\n\n```bash\n./dynamo2csv -t \u003cTableName\u003e \u003e out.csv\n```\n\nFilter Expression\n\n```bash\n./dynamo2csv -t \u003cTableName\u003e \\\n  -filter-expression 'contains(#ts, :s)' \\\n  -expression-attribute-values '{\":s\":{\"S\":\"15:00:00Z\"}}' \\\n  -expression-attribute-names '{\"#ts\":\"timestamp\"}' \u003e out.csv\n```\n\n## Options\n\n```bash\n$ dynamo2csv --help\nUsage of ./dynamo2csv:\n  -c, --columns string                       DynamoDB Column names order for using csv output\n      --expression-attribute-names string    Attribute names\n      --expression-attribute-values string   Attribute values\n      --filter-expression string             Filter Expression\n      --profile string                       AWS Profile Name\n  -t, --table string                         DynamoDB Table name that is export target\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma91n%2Fdynamo2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fma91n%2Fdynamo2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fma91n%2Fdynamo2csv/lists"}