In this lab you build and deploy a Node.js application connected to a Cloud Spanner instance. The Node.js application is a stock price visualization tool named OmegaTrade. The OmegaTrade application stores stock prices in Cloud Spanner and renders visualizations using Google Charts.
Overview
Syllabus
- GSP1051
- Overview
- Objectives
- Setup and requirements
- Task 1. Enable required Google Cloud APIs
- Task 2. Download and inspect the application code
- Task 3. Build and deploy the backend component
- Task 4. Import sample stock trade data to the database
- Task 5. Build and deploy the frontend component
- Task 6. Perform operations in the OmegaTrade Application
- Congratulations!