Installation
Requirements
Section titled “Requirements”- Python 3.9 or higher
- pip (Python package manager)
Install Bizon
Section titled “Install Bizon”pip install bizonpipx install bizongit clone https://github.com/bizon-data/bizon-core.gitcd bizonpip install -e .Verify Installation
Section titled “Verify Installation”After installation, verify that Bizon is correctly installed:
bizon --versionOptional Dependencies
Section titled “Optional Dependencies”Depending on your queue and backend choices, you may need additional dependencies:
Queue Systems
Section titled “Queue Systems”# For RabbitMQpip install bizon[rabbitmq]
# For Kafka/Redpandapip install bizon[kafka]State Backends
Section titled “State Backends”# For PostgreSQLpip install bizon[postgres]
# For BigQuerypip install bizon[bigquery]Next Steps
Section titled “Next Steps”Now that you have Bizon installed, head to the Quick Start guide to build your first pipeline.