I am new to GCP but I need a help what to choose: Flex or Standard environment. The app I've developed (Python 2.7) is dealing with:
- Loading MS Word files from user (online).
- Keeping them in storage (should be Google cloud or file system?).
- Processing them against predefined DB entries (MySQL).
- Modified file is sent back to user/client.
Since standard env. has some restrictions (comparing page) as
Writing to local disk: "No" in standard env.
So, should I use rather flexible environment to load and store MS Word files?
Any other aspects you may mention concerning the use of any of the environments?