Historical Mongodb Data transfer to BigQuery More than 60GB

I want to move more than 60 GB of historical data from MongoDB to BigQuery. Please advise on the best method to use.

    • mongodump
    • mongoexport/import
    • Batch from GCP Dataflow (Mongodb to BigQuery)

Thank you