Skip to content

MongoDB Source

Compare
Choose a tag to compare
@karakanb karakanb released this 29 Feb 21:14
· 314 commits to main since this release

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