File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,20 +28,22 @@ https://www.linkedin.com/in/mylin-ackermann-25a00445/
28282 . To deploy App Engine app, run: gcloud app deploy app.yaml
29293 . To deploy App Engine CRON, run: gcloud app deploy cron.yaml
3030
31- ** Files Context** :
31+ ** Folder Structure** :
32+
33+ ![ alt text] ( https://storage.googleapis.com/demos-sung.appspot.com/Folder%20Structure.PNG " Using Google Cloud Shell ")
3234
3335init.py needed to properly deploy within App Engine
3436
35- appengine_config .py adds dependencies to locally installed packages (from lib folder)
37+ append_data .py - call the Chicago live traffic API and appends it into BigQuery
3638
3739app.yaml - definition of Google App Engine application
3840
41+ appengine_config.py adds dependencies to locally installed packages (from lib folder)
42+
3943cron.yaml - definition of Google App Engine CRON job
4044
4145main.py - entry point for the web application and calls the function contained within "append_data.py"
4246
43- append_data.py - call the Chicago live traffic API and appends it into BigQuery
44-
4547requirements.txt - file for pip package manager, which contains list of all required packages to run the application and the pipeline
4648
4749lib - local folder with all pip-installed packages from requirements.txt file
You can’t perform that action at this time.
0 commit comments