Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kingabzpro/data-pipeline-with-prefect

Building simple data pipelines with Prefect
https://github.com/kingabzpro/data-pipeline-with-prefect

begineer-friendly data-pipeline pandas prefect

Last synced: about 1 month ago
JSON representation

Building simple data pipelines with Prefect

Awesome Lists containing this project

README

        

# Data-Pipeline-with-Prefect
Building simple data pipelines with Prefect

## Deploy the pipeline
```bash
python data_pipe.py
```
## Run the deployment
```bash
prefect deployment run 'Data Pipeline/pass-params-deployment'
```
## View the run in the Dashboard
```bash
prefect server start
```
![Screenshot 2024-08-08 145618](https://github.com/user-attachments/assets/746e5a61-529d-43c4-843b-6751b8d98603)