{"id":17190388,"url":"https://github.com/theworkflow/s3-mongodump","last_synced_at":"2025-08-07T20:16:38.384Z","repository":{"id":145706826,"uuid":"80836565","full_name":"theworkflow/s3-mongodump","owner":"theworkflow","description":"Perform mongodump on database host and send backup to s3","archived":false,"fork":false,"pushed_at":"2017-11-28T06:30:15.000Z","size":31,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T21:21:09.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/theworkflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2017-02-03T14:32:21.000Z","updated_at":"2017-02-03T14:37:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d2f8976-51c4-4302-83d4-c8def414dc2a","html_url":"https://github.com/theworkflow/s3-mongodump","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/theworkflow/s3-mongodump","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theworkflow%2Fs3-mongodump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theworkflow%2Fs3-mongodump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theworkflow%2Fs3-mongodump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theworkflow%2Fs3-mongodump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theworkflow","download_url":"https://codeload.github.com/theworkflow/s3-mongodump/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theworkflow%2Fs3-mongodump/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269317255,"owners_count":24396849,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"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":[],"created_at":"2024-10-15T01:22:25.832Z","updated_at":"2025-08-07T20:16:38.366Z","avatar_url":"https://github.com/theworkflow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s3-mongodump\n\n[![version](https://img.shields.io/npm/v/s3-mongodump.svg?style=flat-square)][version]\n[![build](https://img.shields.io/travis/theworkflow/s3-mongodump/master.svg?style=flat-square)][build]\n[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]\n\nPerform mongodump on database host and send backup to s3\n\n## Install\n\n`$ npm install -g s3-mongodump`\n\n### CLI Usage\n\n  Usage: s3-mongodump [options]\n\n  Options:\n\n    -h, --help                           output usage information\n    -V, --version                        output the version number\n    -h, --host \u003cmongo host\u003e              Host connection to mongo database host\n    -u --username \u003cusername\u003e             DB host admin username\n    -p, --password \u003cpassword\u003e            DB host admin password\n    --oplog                              Oplog flag for mongodump command\n    -o --output \u003cpath\u003e                   Output path to store tar file\n    -b --bucket \u003cbucket\u003e                 AWS bucket location (includes path to uploaded folder)\n    --accessKeyId \u003caccessKeyId\u003e          AWS accessKeyId\n    --secretAccessKey \u003csecretAccessKey\u003e  AWS secretAccessKey\n    --retry \u003cnumber\u003e                     Number of time to retry on sending backup to S3\n\n### API Usage\n\n```javascript\nconst Backup = require('s3-mongodump')\n\nBackup(options, (err) =\u003e {\n  if (err) throw err\n})\n```\n\n## Contributing\n\nContributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.\n\n## License\n\n[MIT](LICENSE.md)\n\n[version]: https://www.npmjs.com/package/s3-mongodump\n[build]: https://travis-ci.org/theworkflow/s3-mongodump\n[license]: https://raw.githubusercontent.com/theworkflow/s3-mongodump/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheworkflow%2Fs3-mongodump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheworkflow%2Fs3-mongodump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheworkflow%2Fs3-mongodump/lists"}