Skip to content

Bizon Platform

Bizon Platform is a self-hosted orchestration layer that provides a complete solution for running and managing Bizon data pipelines at scale.

While Bizon Core provides the framework for building data pipelines, Bizon Platform adds enterprise-grade orchestration capabilities:

  • Web UI - Visual interface for creating, monitoring, and managing pipelines
  • REST API - Programmatic access for automation and integrations
  • Job Queue - Postgres-based reliable execution with concurrent workers
  • Scheduling - Cron-based scheduling via APScheduler
  • AI Agent - Conversational pipeline creation with natural language
  • Custom Sources - Build your own source connectors with AI assistance
  • Single-Tenant - Self-hosted deployment with full control over your data
  • Open Source - GPL-3.0 licensed, no usage limits, only infrastructure costs ($5-10/month)
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ React UI │────▶│ FastAPI │────▶│ PostgreSQL │
│ (nginx) │ │ API │ │ (unified) │
└──────┬──────┘ └──────┬──────┘ └──────┬──────┘
│ │ │
│ ┌──────┴──────┐ │
│ │ │ │
▼ ▼ ▼ ▼
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Agent │ │ Worker │ │ Checkpointer│
│ (LangGraph) │ │(polls jobs) │ │ (LangGraph)│
└─────────────┘ └─────────────┘ └─────────────┘

Pipeline Management

Create, configure, and monitor data pipelines through a visual interface or REST API.

Reliable Execution

Postgres-based job queue with SELECT FOR UPDATE SKIP LOCKED for safe concurrent execution.

AI-Powered

Natural language pipeline creation and custom source code generation with LLM assistance.

Self-Hosted

Single-tenant deployment with encrypted configs and full data ownership.