dt
Data Platform

data-tier

Lakehouse, native to basecamp.

data-tier is the /root take on a lakehouse — but built entirely on OSS primitives: MinIO for object store, Apache Iceberg for table format, Trino for SQL, and Flink for streaming. Not Databricks. Every component is swappable.

Capabilities

What you can do

01

Iceberg tables, OSS

ACID, time-travel, hidden partitioning — all on top of MinIO or S3.

02

Trino SQL layer

Query Iceberg, Postgres, and Kafka from the same SELECT statement.

03

Streaming ingestion

Flink pipelines write into the same Iceberg tables batch reads from.

04

Schema evolution

Add columns, rename them, backfill defaults — the reader survives.

05

One catalog

Hive Metastore–compatible, so any lakehouse client works with data-tier.

06

Not Databricks

Every component is OSS. Every substrate choice is a swap away.

Explore the rest of /root

Get started with data-tier

Clone the repo, read the plan, and start building your own version.

All projects