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
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.