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
- Host: GitHub
- URL: https://github.com/rantav/data-pipeline-clone
- Owner: rantav
- Created: 2023-10-26T16:00:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T23:13:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T02:11:41.010Z (11 months ago)
- Language: Python
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```