Back to ZebraDB
🦓

ZebraDB Roadmap

Open Core · Agent-Native HTAP Data Platform

H1 2026

Alpha Release

Work underway: decoupling from DOSS Backend, migrating off CloudSQL to K8s managed

Core Engine

  • • Z-Tables with native Postgres storage
  • • Unified Data Service (UDS) via gRPC
  • • Append-only history ledger per table
  • • DuckDB query client for OLAP reads
  • • Row-level security (RLS)
  • • Field-level security (FLS)

Developer Experience

  • • CLI for local development
  • • Schema migrations via SQL
  • • Postgres psql wire protocol
  • • Docker-based deployment
  • • User columns with identity resolution
  • • Lookups (auto-resolving foreign keys)
  • • Formula columns with expression engine
  • • Files (object store) linked to cells
  • • Rich column types (styled enums)

H2 2026

Beta Release

DOSS Integration

  • • Native connection to DOSS Grid
  • • Schema Management (Business Objects)
  • • Per-tenant table isolation

Multi-Tenancy

  • • Tenant-scoped backups
  • • Workspace permissions
  • • Audit logging

2027

General Availability

ZebraDB Console

  • • Managed cloud deployment
  • • ZebraDB DataGrid pluggables
  • • Real-time collaboration
  • • Schema management UI

Enterprise

  • • Horizontal sharding
  • • Connect to CloudSQL, RDS, PlanetScale, Supabase, ClickHouse Postgres
  • • SOC 2 / HIPAA compliance
  • • 24/7 support

Ongoing

Agent-Native Features

Throughout all phases, ZebraDB is designed for autonomous agent operation

CLI-First

Every operation via CLI. No GUI required.

Minimal Deps

Clone, build, deploy with standard tooling.

SQL + Security

Native SQL with RLS/FLS for agent control.