v0.2.0
版本发布时间: 2024-03-01 05:14:02
bruin-data/ingestr最新发布版本:v0.6.5(2024-06-26 00:52:33)
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