Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryu1kn/whatsdone-migrator


https://github.com/ryu1kn/whatsdone-migrator

Last synced: 1 day ago
JSON representation

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"
}
}
}
```