Skip to content

Commit 7082100

Browse files
authored
Update README.md
1 parent abddc16 commit 7082100

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,22 @@ https://www.linkedin.com/in/mylin-ackermann-25a00445/
2828
2. To deploy App Engine app, run: gcloud app deploy app.yaml
2929
3. 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

3335
init.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

3739
app.yaml - definition of Google App Engine application
3840

41+
appengine_config.py adds dependencies to locally installed packages (from lib folder)
42+
3943
cron.yaml - definition of Google App Engine CRON job
4044

4145
main.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-
4547
requirements.txt - file for pip package manager, which contains list of all required packages to run the application and the pipeline
4648

4749
lib - local folder with all pip-installed packages from requirements.txt file

0 commit comments

Comments
 (0)