Recommend way to access data file in the app engine python services

Viewed 25

Have a requirement of accessing large pandas data frame files to run some analytics in the worker of the app engine via google cloud tasks

Can somebody please suggest on what component in google cloud can be used for storing and accessing files quickly ?

Any reference to example would be of great help.

1 Answers
Related