Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datasciencecampus/deploy-dash-with-gcp
A simple dash application that shows users how to deploy dash using Google Cloud Platform (GCP)
https://github.com/datasciencecampus/deploy-dash-with-gcp
dash dsc-projects gcp guide training
Last synced: 14 days ago
JSON representation
A simple dash application that shows users how to deploy dash using Google Cloud Platform (GCP)
- Host: GitHub
- URL: https://github.com/datasciencecampus/deploy-dash-with-gcp
- Owner: datasciencecampus
- Created: 2020-01-21T10:36:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T01:13:33.000Z (over 2 years ago)
- Last Synced: 2024-08-01T03:19:42.216Z (3 months ago)
- Topics: dash, dsc-projects, gcp, guide, training
- Language: CSS
- Homepage:
- Size: 188 KB
- Stars: 29
- Watchers: 3
- Forks: 34
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Dash with GCP
This repository contains two simple dash applications that can be deployed with Google Cloud Platform (GCP).
1. The first is one that reads in a locally-stored file in `data` folder and creates a graph from adding and multiplying the numbers in `data.csv`. This can be found in the `/simple-dash-app-engine-app` folder, including a [README](https://github.com/datasciencecampus/deploy-dash-with-gcp/blob/master/simple-dash-app-engine-app/README.md) guide.
2. The second is an example whereby we link the app to a GCP bucket containing the data. This can be found in the `/simple-dash-app-using-a-bucket` folder. This also has a [README](https://github.com/datasciencecampus/deploy-dash-with-gcp/blob/master/simple-dash-app-using-a-bucket/README.md) guide.More training materials can be found on our [GitHub pages training page](https://datasciencecampus.github.io/training/).
To run these examples, clone this repository using:
```
git clone https://github.com/datasciencecampus/deploy-dash-with-gcp.git
```