Standard
Advanced
# [RECOMMENDED]: Core Features, including Minio, Deltalake, Ray, etc.
pip install -U "pfeed[core,prefect,bytewax]"
# Minimal Features
pip install -U "pfeed"
Command | Installed Features |
---|---|
pip install -U "pfeed[core]" | Core Features, including Minio, Deltalake, Ray, etc. |
pip install -U "pfeed[dask]" | Data Tools Dask |
pip install -U "pfeed[prefect]" | Workflow Orchestration Framework Prefect |
pip install -U "pfeed[bytewax]" | Stream Processing Framework Bytewax |
pip install -U "pfeed[kafka]" | Confluent’s Kafka Python Client |
pip install -U "pfeed[databento]" | Data Source Databento |
pip install -U "pfeed[polygon]" | Data Source Polygon |
Combinations
You can create a combination of features based on your needs.
# e.g. if you only want to use prefect dataflows and databento's data
pip install -U "pfeed[core,prefect,databento]"