Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 524 Bytes

File metadata and controls

23 lines (15 loc) · 524 Bytes

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