Working with Common Cloud Data Sources
As more and more companies and organizations migrate their systems to the cloud, the ability to work with cloud data sources has become essential for any data processing tool. In Chapter 2 Reading and Writing Files, we’ve covered how we can read and write files in Polars. In this chapter, we are going to cover how we can work with common data sources hosted in the cloud.
The most challenging part is probably the configuration, not only for working with cloud sources but also anything in data projects. We’ll be sure to cover how to do that as well. However, you get the most out of this chapter if you already have experience working with a cloud service, so that you may know how to troubleshoot access issues as they arise.
In this chapter, we’re going to cover the following main topics:
- Working with Amazon S3
- Working with Azure Blob Storage
- Working with Google Cloud Storage
- Working with BigQuery ...