Skip to content

Installation

  • Python 3.9 or higher
  • pip (Python package manager)
Terminal window
pip install bizon

After installation, verify that Bizon is correctly installed:

Terminal window
bizon --version

Depending on your queue and backend choices, you may need additional dependencies:

Terminal window
# For RabbitMQ
pip install bizon[rabbitmq]
# For Kafka/Redpanda
pip install bizon[kafka]
Terminal window
# For PostgreSQL
pip install bizon[postgres]
# For BigQuery
pip install bizon[bigquery]

Now that you have Bizon installed, head to the Quick Start guide to build your first pipeline.