MongoDB Source
This release adds support for MongoDB as a source for ingestr!
ingestr ingest \
--source-uri 'mongodb://localhost:27017' \
--source-table 'mydb.mycollection' \
--dest-uri $POSTGRES_URI \
--dest-table 'testschema.mongofake'
Fixes #7