FREE SELF-HOSTED AI ANALYTICS

Your data.
Clearer decisions.

Use AI to explore PostgreSQL, MySQL, MariaDB, or MongoDB data in plain language, build dashboards, and give your team a shared understanding of the numbers.

Free to install and use. Bring your own supported database and Anthropic or OpenAI API key.

dig data dashboard showing a number, bar chart, line chart, and pie chart
Example AI-assisted dashboard built from a connected data source.

AI answers for teams that need numbers they can explain.

AI-assisted analysisPostgreSQLMySQL / MariaDBMongoDBPrivate infrastructure

AI FOR THE NUMBERS

From a question to a decision.

dig data uses AI to understand your question, inspect the assigned database schema, and return a useful answer. Keep the result on a dashboard and agree on what important terms mean.

01

Ask with AI

Ask questions in plain language. AI maps the request to your assigned source and explains the result.

02

Build dashboards

Turn repeatable AI-assisted questions into focused cards your team can revisit and share.

03

Share definitions

Keep business language in one dictionary, so AI answers use the meanings your team agrees on.

A SMALL, USEFUL AI WORKSPACE

Answers become team knowledge.

AI helps people reach the right data without asking everyone to learn SQL. The answer includes its result and the business definition used.

Read the documentation
How many transactions were completed last month?
dig AI · Connected source200 completed transactions

The answer includes the result table and the business definition used for “completed”.

View result details

FREE BETA · v0.1.0-beta.12

Run dig data with Docker.

Use the pinned public image on Linux amd64 or arm64. dig data runs on your infrastructure and uses the Anthropic or OpenAI API key your administrator provides.

Docker Hub serves the image. Installation does not require an email address.

Docker installationFull setup guide →
Docker runFast local evaluation
docker volume create dig-data
docker run -d --name dig --restart unless-stopped -p 127.0.0.1:8080:8080 -v dig-data:/data --add-host=host.docker.internal:host-gateway hesham099/dig-data:v0.1.0-beta.12
Docker ComposeRecommended for a company server
services:
  dig:
    image: hesham099/dig-data:v0.1.0-beta.12
    restart: unless-stopped
    ports: ["127.0.0.1:8080:8080"]
    environment:
      DIG_PUBLIC_URL: "${DIG_PUBLIC_URL:-}"
    volumes: ["dig-data:/data"]
    extra_hosts: ["host.docker.internal:host-gateway"]
volumes:
  dig-data:

Requires Docker Engine or Docker Desktop. AI usage and hosting costs are separate.

Optional. This records your consent; no automatic email is sent during the beta.

Self-hosted AI, with clear boundaries.

dig data keeps accounts, dashboards, grants, and audit records on your server. For a source question, the relevant schema and bounded query results may be sent to Anthropic through the API key your administrator provides.

Read the privacy details →