Skip to main content

Unified Workloads

CityDrive Intelligence records every dash-cam drive, splits it into frames, and stores multiple signals per video_id: relational metadata, JSON manifests, behaviour tags, embeddings, and GPS traces. This guide set shows how Databend keeps all those workloads in one warehouse—no copy jobs, no extra search cluster.

GuideWhat it covers
SQL AnalyticsBase tables, filters, joins, windows, aggregating indexes
JSON & SearchLoad frame_metadata_catalog, run Elasticsearch QUERY(), link bitmap tags
Vector SearchPersist embeddings, run cosine search, join risk metrics
Geo AnalyticsUse GEOMETRY, distance/polygon filters, traffic-light joins
Lakehouse ETLStage once, COPY INTO shared tables, add streams/tasks

Walk through them in order to see how the same identifiers flow from classic SQL to text search, vector, geo, and ETL—everything grounded in a single CityDrive scenario.