The Four Pillars

Airbrx is built around four product goals. Each one shows up somewhere concrete — as a feature in the App, an enforcement point in the Gateway, or a guarantee in the API's contract. When a design question gets ambiguous, the Pillars are how we resolve it.

Platform Savings

Reduce warehouse costs through intelligent caching.

Most BI workloads are read-heavy and repetitive: the same dashboards, the same reports, the same exploratory queries — over and over. Every one of them wakes the warehouse and shows up on the bill. The Gateway intercepts those queries, returns cached results when it can, and only forwards to the warehouse when it has to.

How this shows up:

Consumer Experience

Faster reads without changing how users work.

The people running queries against your warehouse — analysts, business users, BI consumers — shouldn't have to learn a new tool, install a new driver, or rewrite a single dashboard for caching to pay off. Airbrx is transparent on purpose. The only thing that changes for them is that things load faster.

How this shows up:

Granular Control

Fine-grained cache configuration paired with fine-grained rule-busting.

Caching is only useful when you can describe exactly what to cache, how long to keep it, and when to throw it away. Most data platforms give you the first half — configure a cache, set a TTL, hope for the best — and leave invalidation as someone else's problem. Airbrx treats both halves as peers, with the same matching language and the same edit surface. Cache rules and invalidation rules live next to each other in the App's rules workshop; the Gateway evaluates them together, per-query.

That combination — fine-grained cache with fine-grained rule-busting — is the rare thing. It's what makes caching usable in front of a real warehouse, against real workloads, where some data has to be milliseconds-fresh and some can sit for hours.

How this shows up:

Secure & Compliant

Enterprise-grade security at the gateway layer.

Caching is only safe when it preserves what your warehouse already enforces. Airbrx is built so that adding the Gateway in front of your warehouse changes how fast queries return — not who can see what, or what gets logged.

How this shows up:

How they compose

Pillars aren't independent. The same feature usually serves more than one — a cache rule that isolates results per-user lives in Granular Control, but it's also Security (because shared caches across users would defeat RLS) and Consumer Experience (because the user gets their own fast results either way). When in doubt, name which Pillars a design choice serves; if it doesn't serve at least one, it doesn't ship.

Where to go next

Ready to try it?

Airbrx is in private preview. Create an account and put the Pillars to work on your warehouse.

Create an account