Databend
ActiveDescription
A Data Agent Ready Warehouse unifying Analytics, Search, AI, and Python Sandbox in one system. Runs on your S3 with built-in vector search, full-text search, and Python execution for AI-powered data analysis.
Key Features
- Enterprise data warehouse built in Rust — analytics, vector search, full-text search, and auto schema evolution unified in one engine
- Agent-ready architecture with Sandbox UDF for running Python agent logic, SQL orchestration, and transactions
- Git-like data branching for safe experimentation on production data snapshots
- Elastic cloud-native compute on S3, Azure, and GCS with separated storage and compute
- Python sandbox UDFs enabling LLM calls and tool use directly within SQL functions
- Docker one-liner local setup and free cloud tier for instant onboarding
Use Cases
Categories
Quick Start
pip install 'databend-driver[local]>=0.34.0'
python3 -c "from databend_driver import connect; c=connect('databend+local:///./local-state'); print(c.query_row(\"SELECT 'Hello, Databend!'\").values())"