An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Big Data Project about Traffic Congestion in Chicago

![alt text](style/image.png)

## 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
```