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

https://github.com/rantav/data-pipeline-clone

A clone of the oiginal data-pipeline project
https://github.com/rantav/data-pipeline-clone

Last synced: 10 months ago
JSON representation

A clone of the oiginal data-pipeline project

Awesome Lists containing this project

README

          

# data-pipeline

## Install:
1. Install **ffmpeg**
1. Install python **poetry**
1. Then run:

```sh
poetry install
```
## Run

To test installation:
```sh
poetry run prefect version
```

To run a local dev prefect server:
```sh
make run-server
```

To run a flow as standalone locally:
```sh
poetry run python video/video_flow.py
```