TG Telegram Group & Channel
Python Daily | United States America (US)
Create: Update:

Deploying Multi-Module Python Applications on GCP: Service Recommendations?

I'm working on a project involving a Python application with multiple interacting modules and am looking for some advice on deploying it efficiently on Google Cloud Platform. Here's a brief overview of what the application entails:


Functionality Overview:
Data Fetching: One module fetches data from external websites.
Data Extraction: Another module extracts data from another GCP project.
Data Processing: Variables are processed across various modules.
CSV Output: The app generates and stores CSV files.
Scheduled Running: The application should run automatically once daily.


I would greatly appreciate your insights on the following questions:
1. What are the best GCP services to use for this type of application?
2. Recommended Python libraries for handling web data retrieval in this case?
3. How to proceed step by step? I intend to first deploy my Python application using placeholder inputs and simple printed outputs. Then, I plan to integrate the data fetching component and implement the creation and storage of CSV files. Does this strategy seem logical to you?


Currently, I only tried to deploy my Python code using Google Cloud Functions, but I find this method impractical because I must deploy each module separately.

/r/Python
https://redd.it/1c6b77i

Deploying Multi-Module Python Applications on GCP: Service Recommendations?

I'm working on a project involving a Python application with multiple interacting modules and am looking for some advice on deploying it efficiently on Google Cloud Platform. Here's a brief overview of what the application entails:


Functionality Overview:
Data Fetching: One module fetches data from external websites.
Data Extraction: Another module extracts data from another GCP project.
Data Processing: Variables are processed across various modules.
CSV Output: The app generates and stores CSV files.
Scheduled Running: The application should run automatically once daily.


I would greatly appreciate your insights on the following questions:
1. What are the best GCP services to use for this type of application?
2. Recommended Python libraries for handling web data retrieval in this case?
3. How to proceed step by step? I intend to first deploy my Python application using placeholder inputs and simple printed outputs. Then, I plan to integrate the data fetching component and implement the creation and storage of CSV files. Does this strategy seem logical to you?


Currently, I only tried to deploy my Python code using Google Cloud Functions, but I find this method impractical because I must deploy each module separately.

/r/Python
https://redd.it/1c6b77i


>>Click here to continue<<

Python Daily






Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)