https://github.com/ryu1kn/whatsdone-migrator
https://github.com/ryu1kn/whatsdone-migrator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryu1kn/whatsdone-migrator
- Owner: ryu1kn
- Created: 2016-12-18T12:23:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T23:21:40.000Z (over 2 years ago)
- Last Synced: 2025-08-10T15:09:42.643Z (10 months ago)
- Language: JavaScript
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whatsdone-migrator
```sh
$ node migrate-db --config config.json
```
```json
{
"from-mongodb": {
"connection": "mongodb://CONNECTION_STRING"
},
"to-dynamodb": {
"region": "",
"tableName": ""
},
"replace-fields": {
"userId": {
"FROM_VALUE_1": "TO_VALUE_1",
"FROM_VALUE_2": "TO_VALUE_2"
}
}
}
```