All Platforms

Data Platform

Cyberia Dataspace — a lakehouse/mesh fabric that explores, governs and productizes any data shape, with end-to-end lineage and ready-to-consume data products.

Tech Stack
TileDBApache IcebergDelta LakeApache SparkTrinoDuckDBMinIOApache AGEdbt
// Approach

Engineered as the foundation, not the afterthought.

Cyberia Dataspace treats every dataset as a product. Raw imaging, LiDAR, genomic, tick and graph data lands in an open lakehouse, is catalogued, lineage-tracked and published as governed data products that feed Power BI, Looker, Tableau, Excel, notebooks, agents and downstream ML — without copies or drift.

Lakehouse / Mesh Architecture (Delta / Iceberg / TileDB)
Multi-Modal Data Exploration (SQL, SPARQL, Cypher)
End-to-End Lineage & Impact Analysis
Data Products for BI, AI and Spreadsheets
Object Storage, Catalogs & Graph Registers
Self-Service Semantic Layer
Federated Learning Data & Control Plane
// Capabilities

Deep dives

AI-Native Lakehouse Architecture

LakehouseIcebergDeltaAI

AI-Native Lakehouse Architecture

The Challenge

Most enterprise data estates are split across warehouses optimized for BI, lakes optimized for ML, and bespoke vector stores for LLM applications. The result: triplicate storage, drifting governance, and AI agents that cannot trust the data they consume.

How CYBERIA Solves This

Single Open Table Format Surface

We standardize on Apache Iceberg or Delta Lake on cloud object storage, with a unified catalog (Unity, Polaris, or Nessie) that serves Spark, Trino, DuckDB, and vector engines from the same physical bytes.

  • ACID transactions across petabytes
  • Time travel for model reproducibility
  • Branching for safe schema evolution
  • Native vector columns for retrieval-augmented AI

Reference Architecture

  1. Ingest — Kafka / Kinesis with exactly-once guarantees
  2. Land — Iceberg tables on S3 / ADLS / GCS
  3. Transform — dbt + Spark with declarative lineage
  4. Serve — Trino for analytics, Feature Store for ML, vector index for LLMs
  5. Govern — Unified catalog with column-level policies enforced everywhere

Business Impact

  • 70% lower storage cost vs warehouse + lake + vector store
  • Zero-copy AI training directly from production tables
  • Sub-second semantic search alongside SQL workloads

Federated Learning

Federated LearningPrivacyGovernanceMLOps

Federated Learning

Cyberia Dataspace is not another FedAvg implementation — the aggregation algorithm is the small, replaceable part. What teams actually lack is the data and control plane federated learning needs to run on: one that knows where records live, what shape they have, who may use them and how every artefact was produced.

Rows stay inside the hospital, the plant, the bank, the country. Only metadata, schema, policy, training instructions, model parameters, gradients and metrics cross a node boundary — every one versioned, inspectable and logged. The result is collaboration across legal entities without moving sensitive data, with audit-ready evidence for GDPR, HIPAA and the EU AI Act built in.

Feature Store & Vector Index

MLOpsVector SearchRAG

Feature Store & Vector Index

Why It Matters

The hardest part of putting ML and LLMs in production is not the model — it's serving consistent, low-latency features and retrieval at runtime, with the same definitions used in training.

Our Approach

  • Online + offline parity — same transformation logic, sub-10ms p99 reads
  • Vector-native — embeddings stored alongside structured features
  • Lineage to source — every feature traceable to upstream lakehouse tables
  • Governed retrieval — RBAC and PII redaction enforced at query time

Stack

Feast, Tecton, LanceDB, Qdrant, Weaviate, with custom Iceberg-native serving layers for clients with extreme scale requirements.

// Cyberia Dataspace

A lakehouse/mesh for every shape of data.

Dataspace is CYBERIA's data operating environment: a unified lakehouse and mesh fabric that ingests, catalogs and governs imaging arrays, LiDAR point clouds, genomic variants, tick streams, property graphs and plain tables — then publishes them as versioned data products.

  • Native support for arrays, graphs and object storage
  • Open table formats: Iceberg, Delta and TileDB
  • Unified catalog with SQL, SPARQL and Cypher access
  • Data products exposed to BI, AI and spreadsheet users
  • Fine-grained lineage from raw file to dashboard cell
  • Consumption-ready APIs, exports and semantic views
Imaging modeled as multi-dimensional arrays
Imaging modeled as multi-dimensional arrays
Imaging — pixels become height × width arrays with RGBA attributes.
LiDAR point clouds modeled as multi-dimensional arrays
LiDAR point clouds modeled as multi-dimensional arrays
LiDAR — point clouds become sparse x/y/z arrays with intensity and classification.
Genomic variants modeled as multi-dimensional arrays
Genomic variants modeled as multi-dimensional arrays
Genomic variants — VCF files become chromosome × position × sample arrays.
Tick data modeled as multi-dimensional arrays
Tick data modeled as multi-dimensional arrays
Tick data — symbol × datetime arrays carrying bid, ask and trade attributes.
Graphs modeled as multi-dimensional arrays
Graphs modeled as multi-dimensional arrays
Graphs — node × node adjacency arrays holding edge information.
// Data Studio

Query, explore and catalog from one workspace.

Data Studio is the visual front-end of Dataspace. Teams browse the object store, run SQL, SPARQL and Cypher queries, inspect job history, manage views and register new storage — all behind the same shared sign-in as the rest of the Cyberia Cloud portal.

Data Studio home
Data Studio home
Studio home — recent SQL jobs, quick-start templates and one-click creation of queries, tables, graphs, storage and catalogs.
Data Studio storage buckets
Data Studio storage buckets
Live buckets and objects — register stores, browse folders, create arrays and tables directly from object listings.
Data Studio SQL editor
Data Studio SQL editor
SQL editor with syntax highlighting, engine selection, result grids and export — powered by TileDB and Trino.
Data Studio view definition
Data Studio view definition
Every view carries its definition, lineage and metadata so consumers always know what they are querying.
// Pipeline Designer

Refine your data and prepare it for AI — visually.

The Data Studio Pipeline Designer turns raw, messy sources into AI-ready products on a drag-and-drop canvas: sources, staging zones, transforms, loops and targets — versioned as YAML, runnable in the editor and deployable in one click.

Take hiring: résumés land in blob storage as PDF, DOC or DOCX. A pipeline filters the batch, loops over every candidate, converts each document to clean Markdown, then joins it with the structured candidate record and the job posting. The merged product feeds an agent that ranks fit, evidences strengths and flags gaps. What takes a recruiting team hours across hundreds of candidates returns as insight in minutes.

Data Studio Pipeline Designer canvas
Data Studio Pipeline Designer canvas
Netlify → Landing → Markdown → Raw: source blob, landing datalake, filter, loop over items, pdf/doc/docx → Markdown transform and a Python join producing the curated target.
Pipeline execution history
Pipeline execution history
Every run is recorded — read-only replay of the executed flow with duration, payload size and per-node logs.
  • Drag-and-drop nodes: source, staging, target, transform, call
  • Document conversion — PDF / DOC / DOCX → Markdown
  • Loop over items with configurable batch size
  • Python @task transforms for joins and enrichment
  • Two-way YAML: save to YAML, load from template, edit as code
  • Run all in editor, then Save & Deploy to schedule
  • Execution history with auto-refresh, timing and log inspection
  • Outputs land as governed data products, ready for agents and RAG
Résumé screening, measured
Hundreds
résumés per run
Minutes
not hours
100%
lineage retained
// Lineage & observability

See where every byte came from.

Dataspace builds lineage automatically as queries run. Click any dataset to visualize its upstream storage, datasets, tables, views and queries — then drill into execution details to optimize stage timings, bytes shuffled and records read.

  • Interactive lineage graph across storage to query
  • Node-level metadata and schema details
  • Execution graph and stage timing breakdown
  • Records read/written and bytes-shuffled metrics
  • Impact analysis before schema or view changes
  • Integrated with Data Studio job history
Dataspace lineage graph
Dataspace lineage graph
Full lineage view — from object storage through datasets, tables and views to the active query.
Dataspace lineage graph detail
Dataspace lineage graph detail
Zoomed lineage graph showing reads relationships across views and tables.
Dataspace lineage node details
Dataspace lineage node details
Click any node to inspect type, location, dataset, bucket and physical files.
Dataspace execution details
Dataspace execution details
Per-stage timing, slot consumption and shuffle metrics for debugging and cost tuning.
// Consumption layers

Built for analysts, agents and spreadsheets.

Data products are not just tables — they are governed, versioned interfaces designed for every consumer. Power BI, Looker, Tableau and Excel connect through semantic views and exports; agents and notebooks reach the same products through APIs; and downstream ML pipelines inherit lineage and quality signals automatically.

  • Power BI, Looker, Tableau and Excel connectors
  • Semantic views that hide physical complexity
  • REST, SQL and dataframe APIs for agents and notebooks
  • Versioned, documented data products with owners
  • Quality and lineage metadata attached to every product
  • Self-service discovery through the catalog

Power BI

DirectQuery and import models over semantic views

Looker

Explores and dashboards on governed data products

Tableau

Live extracts and published data sources

Excel

Connected tables and pivot reports for business users

Notebooks

Python, R and Julia dataframes via SQL APIs

Agents

Typed tools that retrieve from catalogued data products

Ready to deploy Data Platform?

Initialize Engagement