https://github.com/datvodinh/traffic-congestion-analysis
Big Data Project about Traffic Congestion in Chicago
https://github.com/datvodinh/traffic-congestion-analysis
aws big-data dagster dask grafana kubernetes prometheus tableau
Last synced: 6 months ago
JSON representation
Big Data Project about Traffic Congestion in Chicago
- Host: GitHub
- URL: https://github.com/datvodinh/traffic-congestion-analysis
- Owner: datvodinh
- License: mit
- Archived: true
- Created: 2024-10-14T09:24:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T13:03:40.000Z (11 months ago)
- Last Synced: 2025-03-11T12:41:11.849Z (8 months ago)
- Topics: aws, big-data, dagster, dask, grafana, kubernetes, prometheus, tableau
- Language: Python
- Homepage:
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Big Data Project about Traffic Congestion in Chicago

## Help
Run
```bash
make
```
to know all available commands.
## Install
1. Helm Chart
```bash
make install-helm
```
2. Add all Helm Chart Repo
```bash
make add-repo
```
3. Add all Service to the Cluster
```bash
make up
```
4. Expose all Service
```bash
make expose
```
5. Cleanup all Service
```bash
make down
```
6. Cleanup all Helm Chart Repo
```bash
make delete-repo
```