Skip to content

Effortlessly move data across MongoDB databases

License

Notifications You must be signed in to change notification settings

dryerjs/DryFlow

Repository files navigation

DryFlow

Effortlessly move data across MongoDB databases

Template

This repo is created from the template here

Sample APIs

Create a job

curl -X POST http://localhost:3000/v1/jobs \
    -H "Content-Type: application/json" \
    -d '{"source": "mongodb://localhost:27017/source", "destination": "mongodb://localhost:27017/destination", "collections": ["test"]}'

Get all jobs

curl http://localhost:3000/v1/jobs

About

Effortlessly move data across MongoDB databases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages