Home > Mobile >  Is there a tool to query Parquet files which are hosted in S3 storage?
Is there a tool to query Parquet files which are hosted in S3 storage?

Time:10-23

I have Paraquet files in my S3 bucket which is not AWS S3.

Is there a tool that connects to any S3 service (like Wasabi, Digital Ocean, MinIO), and allows me to query the Parquet files?

CodePudding user response:

With MongoDB this can be done with our Atlas Data Federation product enter image description here

You can also write the data back as parquet after transformation to any S3 compatible storage(AWS, MinIO etc..).

All of these can be done programmatically as well.

  • Related