The Principal Dev – Masterclass for Tech Leads

The Principal Dev – Masterclass for Tech Leads28-29 May

Join

Databend

Enterprise Data Warehouse for AI Agents

Large-scale analytics, vector search, full-text search β€” with flexible agent orchestration and secure Python UDF sandboxes. Built for enterprise AI workloads.

☁️ Try Cloud β€’ πŸš€ Quick Start β€’ πŸ“– Documentation β€’ πŸ’¬ Slack



CI Status Platform

databend

πŸ’‘ Why Databend?

Databend is an open-source enterprise data warehouse built in Rust.

Core capabilities: Analytics, vector search, full-text search, auto schema evolution β€” unified in one engine.

Agent-ready: Sandbox UDFs for agent logic, SQL for orchestration, transactions for reliability, branching for safe experimentation on production data.

πŸ“Š Core Engine
Analytics, vector search, full-text search, auto schema evolution, transactions.
πŸ€– Agent-Ready
Sandbox UDF + SQL orchestration. Build and run agents on your enterprise data.
🏒 Enterprise Scale
Elastic compute, cloud native. S3/Azure/GCS.
🌿 Branching
Git-like data versioning. Agents safely operate on production snapshots.

Databend Architecture

⚑ Quick Start

Start for free on Databend Cloud β€” Production-ready in 60 seconds.

2. Local (Python)

Ideal for development and testing:

pip install databend
import databend
ctx = databend.SessionContext()
ctx.sql("SELECT 'Hello, Databend!'").show()

3. Docker

Run the full warehouse locally:

docker run -p 8000:8000 datafuselabs/databend

πŸ€– Agent-Ready Architecture

Databend's Sandbox UDF enables flexible agent orchestration with a three-layer architecture:

-- Define your agent logic
CREATE FUNCTION my_agent(input STRING) RETURNS STRING
LANGUAGE python HANDLER = 'run'
AS $$
def run(input):
    # Your agent logic: LLM calls, tool use, reasoning...
    return response
$$;

-- Orchestrate agents with SQL
SELECT my_agent(question) FROM tasks;

πŸš€ Use Cases

🀝 Community & Support

Contributors are immortalized in the system.contributors table πŸ†

πŸ“„ License

Apache 2.0 + Elastic 2.0 | Licensing FAQ


Enterprise warehouse, agent ready
🌐 Website β€’ 🐦 Twitter

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.