Skip to content

Data & AI infrastructure

Data infrastructure that fits the business you actually are.

We help small businesses and startups build their data and AI foundations in the right order — right-sized, documented, and cheap to run. No enterprise licences you will never use. No platform you cannot maintain after we leave.

  • Fixed scope, fixed price
  • You own every credential
  • No vendor kickbacks
  • Documented before we leave

The order that works

03

Analytics & AI

02

Modelling & Governance

01

Foundations

Most projects fail because they start at 03. We start at 01 — and get you to 03 faster because of it.

Sound familiar

You do not have a dashboard problem. You have a foundations problem.

These four symptoms come up in almost every first conversation we have. They all trace back to the same root cause — the layers underneath were never built.

01

Numbers depend on who you ask

Finance, sales and ops each keep their own spreadsheet. Every meeting starts by reconciling them instead of deciding anything.

02

Reporting is somebody’s Monday

A person you pay well spends the first day of every week copying exports into a workbook. That is a salary being spent on clipboard work.

03

You bought tools, not outcomes

A warehouse, three SaaS subscriptions and a BI licence — none of them connected, all of them billing monthly.

04

AI is stalled on the data

You want an assistant over your own documents and records, but nothing underneath is clean or reachable enough to point it at.

The Axxa layer model

Build it in this order, or rebuild it later.

Our logo is a stack for a reason. Each layer only works if the one beneath it is solid — which is why we refuse to start with the dashboard, however much you want one.

03

Analytics & AI

The part everyone wants to start with

Dashboards, forecasts and AI assistants. Genuinely valuable — and the thinnest layer, which is exactly why it needs the two beneath it.

  • Dashboards
  • Self-serve reporting
  • Forecasting
  • AI assistants
02

Modelling & Governance

Where trust is actually manufactured

Raw data becomes agreed definitions. Tests catch breakage, access is deliberate, and every number traces back to something you can point at.

  • Metrics layer
  • Data tests
  • Access control
  • Lineage & docs
01

Foundations

Get this wrong and everything above it lies

Sources identified, ingestion automated, one warehouse that is the agreed source of truth. Unglamorous, and the only reason the layers above ever work.

  • Source inventory
  • Automated ingestion
  • Warehouse
  • Backups & recovery

Cost control and governance are not a fourth layer — they wrap all three. Every decision gets made with the monthly bill and the Data Protection Act already on the table.

What we do

Five service lines, one job: make your data trustworthy and your AI worth running.

Take them individually or as one engagement. Most clients start with an audit and end up somewhere they did not expect — which is rather the point of auditing first.

Foundations

Data Engineering & Infrastructure

The plumbing: getting data out of your operational systems and into one place you can trust, on a schedule, without someone exporting spreadsheets every Monday.

  • Warehouse setup sized to your data, not to a sales quota
  • Automated pipelines from your apps, databases, M-Pesa and payment rails
  • Transformation layer with tests, so breakages surface before your board meeting does
  • Runbooks and monitoring you can hand to a junior hire
Analytics & AI

BI & Analytics

Dashboards people actually open. We start from the decisions you need to make, then work backwards to the metrics — not the other way round.

  • A metrics layer where "revenue" means one thing company-wide
  • Executive and operational dashboards in Metabase, Looker Studio or Power BI
  • Self-serve reporting so ad-hoc questions stop routing through you
  • Definitions documented in plain language, not SQL comments
Modelling & Governance

Data Governance & Compliance

Lightweight governance that a ten-person company can actually maintain — enough structure to stay compliant and audit-ready, not a committee and a 90-page policy binder.

  • Data inventory: what you hold, where it lives, who can reach it
  • Kenya Data Protection Act alignment and consent handling
  • Access control, retention rules and PII handling
  • Quality checks and clear ownership per dataset
Analytics & AI

AI Infrastructure

AI that works because the data underneath it does. We build the retrieval, evaluation and cost controls that separate a useful assistant from an expensive demo.

  • Retrieval pipelines over your own documents and records
  • Evaluation harness, so you can prove a change made things better
  • Token cost monitoring and caching with hard spend ceilings
  • Deployment on infrastructure you own and can move
All layers

Training & Enablement

We would rather make you independent than indispensable to us. Every engagement ends with your team able to run, extend and debug what we built.

  • Hands-on workshops on your own data, not toy datasets
  • SQL and analytics fundamentals for non-technical teams
  • Practical AI literacy for founders and operators
  • Written documentation and recorded walkthroughs you keep

Cost-effective by design

Right-sized, not downsized.

Cheap infrastructure and good infrastructure are not opposites. Most of the cost in a small company's data stack is paying for scale it does not have yet.

What gets sold to a 15-person company

  • Enterprise warehouse with a minimum annual commitment
  • Per-seat BI licences for staff who open it twice a quarter
  • A streaming pipeline moving 400 rows a day
  • Kubernetes, because the deck said scalable
  • A vendor lock-in you discover at renewal

What that company actually needs

  • Postgres or DuckDB until data volume genuinely argues otherwise
  • Open-source BI your whole team can log into for free
  • A scheduled batch job that runs nightly and costs cents
  • A single managed container, deployed in an afternoon
  • Standard formats and plain SQL you could take to any vendor

We are not against big tools. We are against paying enterprise prices for enterprise problems you do not have yet. When you outgrow the simple version, the migration path is already documented — we design for it from day one.

Proof · a real rebuild

From $3,163 a month to about $70.

A medium-sized South African fintech was paying $3,163 a month for a warehouse and BI licences. We rebuilt the stack bottom-up in exactly the order above for roughly $70 — and they came out of it with more, not less: customer-facing and stakeholder analytics that integrate directly into the applications they already run.

Before

$3,163

per month — cloud warehouse plus per-seat BI licences

After

~$70

per month — usage-based warehouse plus one small VPS

Saved

~$37,000 / year

a 98% reduction, with more analytics delivered — not less

107
source tables synced hourly
102
dbt models, staging to marts
8
department marts
30
reports ready to consume
01

Foundations

Production Postgres replicated into a warehouse every hour, incrementally, with per-table state so one bad table cannot wedge the other hundred and six.

Each table is its own orchestrated asset on an hourly partition, merging on a primary key with an updated_at cursor. Small reference tables full-replace because that is simpler and they are tiny. Hourly schedule, no manual steps — reporting is never more than sixty minutes behind the business.

  • dlt
  • PostgreSQL
  • MotherDuck
  • Dagster
  • Docker
02

Modelling & Governance

Raw tables become conformed dimensions and facts, then department-owned marts. Column descriptions are persisted into the warehouse itself, so definitions live next to the data rather than in a wiki nobody opens.

Staging views feed conformed dimensions and incremental fact tables, which feed eight marts. Each mart is owned by the department that actually reads it, so nobody argues about whose number is right.

  • dbt
  • DuckDB
  • Incremental facts
  • Persisted docs
  • Tests
03

Analytics & AI

Thirty analytics-ready reports served over a documented API — customer-facing and stakeholder analytics that drop straight into the applications they already run, instead of yet another dashboard nobody opens.

Every report maps onto a question the business actually asks — transaction volumes, failures by gateway, retention and churn, dormant high-value accounts, compliance review lists. Product teams integrate a number, not a query.

  • FastAPI
  • JWT auth
  • OpenAPI docs
  • Embeddable
  • Versioned

Why the bill collapsed

The old bill was mostly structural: a warehouse priced for scale they did not have, and per-seat licences for people who opened a dashboard twice a quarter. Neither was buying them better answers. Every component of the replacement is open source or billed on what it actually uses.

The $70 now covers a usage-based cloud warehouse and one small VPS running the orchestrator and the API. That is the entire bill.

What costs nothing

  • dlt
  • dbt
  • Dagster
  • DuckDB
  • FastAPI
  • Caddy
  • Docker

No per-seat licences. No per-row ingestion pricing. No Kubernetes. When they outgrow any single piece, the migration path is already documented — we design for it from the first week.

This is the reference build we bring to every engagement — not a diagram from a deck. A medium-sized South African fintech runs on it today.

How we work

Four stages. You can stop after any of them.

Every stage produces something you own and could hand to somebody else. That is deliberate — it keeps us honest and keeps you free.

  1. 011–2 weeks

    Audit

    We map what you already have: systems, data, spend, people, and the decisions currently being made blind. You get a written findings document whether or not you hire us for anything else.

  2. 021 week

    Blueprint

    A right-sized architecture with named tools, real monthly cost figures, and a sequenced plan. You will know what it costs to run before anyone starts building.

  3. 034–8 weeks

    Build

    We build in the order the layers demand — foundations first — shipping something usable every week rather than disappearing for two months.

  4. 04Ongoing

    Handover

    Documentation, runbooks and training until your team can operate it without us. Stay on a monthly retainer if you want us close by; plenty of clients do not need to.

Pricing

Published, because you should not have to ask.

One range, not a tier grid. Fixed scope and fixed price, agreed before anyone starts — and if the scope changes we tell you what it costs before we do it, not on the invoice afterwards.

Typical engagement

$500to$3,200

per engagement, priced on your company size and what you actually need

  • A written findings document you keep, whatever happens next
  • Right-sized architecture with named tools and real monthly running costs
  • Everything deployed in your accounts, under credentials you control
  • Documentation, runbooks and training at handover
  • Fixed scope and fixed price, agreed before anyone starts
  • No markup on third-party infrastructure — you pay providers directly, at cost

What moves the number

How big you are
A five-person team with two data sources and a fifty-person company with a dozen systems are genuinely different jobs. The price follows the work, not a licence tier.
How much you need built
An audit and a written blueprint sits at the bottom of the range. Foundations, pipelines, models, dashboards and handover sits at the top.
How much you want to own
Cheaper if your team takes over at handover — which we would prefer. Higher if you want us running it while you hire.
Free for early-stage startups

If you are just starting out, the audit is on us.

Early-stage startups get the audit side of things free: we look at what you have, tell you what we would do, and hand you the findings. No fee, and no obligation to hire us for the build. If the honest answer is that you do not need any of this yet, that is the answer you will get — and it will have cost you nothing.

Prices exclude VAT. Non-profits and educational institutions: ask about reduced rates.

Insights

We would rather teach you than gatekeep it.

Practical write-ups on the decisions small teams get asked to make — no email address required to read them.

All insights
CostInfrastructure

A complete data stack for under $50 a month

What a genuinely useful warehouse, pipeline and BI setup costs a 15-person company — with the actual line items, not a vendor estimate.

7 min read

Questions

The things people actually ask.

Including the ones where the honest answer is “you probably don’t need us yet”.

We are pre-revenue with barely any data. Is this premature?

Often, yes — and we will tell you so. If you have fewer than a handful of data sources and no recurring reporting pain, a well-structured spreadsheet and a clean database schema will serve you better than anything we would build. Ask anyway: for early-stage startups the audit is free, so finding out costs you nothing but an hour. The right time to hire us is when reporting has become somebody’s recurring job, or when you are about to make an expensive tooling decision you cannot easily reverse.

What does it cost to run once you have built it?

For most small businesses we work with, the monthly infrastructure bill lands somewhere in the tens of dollars — not thousands. The blueprint states the figure before any building starts, and we treat going over it as our problem to solve, not a change request to bill you for.

Do we get locked into you?

No, and the engagement is structured to make that credible. Everything runs on your cloud accounts under your credentials. The code is in your repository. Definitions are documented in plain language. If you decide to bring it in-house or move to another partner, you do not need our permission or our help.

Can you work with our existing setup instead of replacing it?

Usually, and that is normally the cheaper answer. Most of what we find is sound infrastructure being used at 20% of its capability. The audit distinguishes between what is genuinely wrong, what is merely untidy, and what is fine and should be left alone.

We want AI. Can we skip straight to that?

You can, and we will build it — but the layer model is not a sales device, it is the reason AI projects fail. A retrieval assistant over inconsistent, unreachable data produces confident wrong answers, which is worse than no assistant. If your foundations are already sound, we go straight to the AI work. If they are not, we will show you exactly which gaps will sink it.

Are you only working with Kenyan businesses?

No. We know the East African context well — M-Pesa and payment rails, the Data Protection Act, the realities of local hiring — but our current reference build is for a South African fintech, and we work remotely with clients across East and Southern Africa without trouble.

Get started

Start with a free 30-minute audit call.

No deck, no pitch. Tell us what is not working and we will tell you what we would do about it — including when the answer is that you do not need us yet.

Kenya
Mon–Fri, 9am–6pm EAT

We reply within one business day. No newsletter, no follow-up sequence.Prefer email? hello@axxadata.com