Skip to content

actyze/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

408 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Actyze

Open-source, self-hosted AI analytics platform. Natural language to SQL across 50+ languages, federated queries via Trino, no-code ML predictions, voice queries, and 100+ LLM providers via LiteLLM.

Actyze UI

Website · Documentation · Quick Start · Helm charts · Docker Compose · Discord

License: AGPL v3 Python GitHub stars GitHub release GitHub issues Contributors


Why Actyze

Actyze is built for three teams:

  • For teams already running Trino. Actyze is the AI/BI layer Trino has been missing. Plug it in front of an existing Trino cluster, point it at your catalogs, and get natural-language queries, dashboards, and ML predictions on top of the federation you already have. No data movement, no rewrites.

  • For Metabase or Superset users. Add natural-language querying and no-code ML predictions without ripping out your stack. Actyze can run alongside your existing BI tool and federate the same sources, so you get LLM-driven exploration and forecasting without migrating dashboards or retraining users.

  • For teams leaving Snowflake Cortex or Databricks Genie. The same AI capabilities — text-to-SQL, semantic understanding, predictions — on your own infrastructure, with no per-credit pricing and no vendor lock-in. AGPL v3, self-hosted, and your data never leaves your network.

Key Features

  • Natural language to SQL — ask questions in plain English (50+ languages), get SQL and visualizations
  • Federated querying via Trino — connect PostgreSQL, MySQL, MongoDB, Snowflake, BigQuery, and more from a single query
  • Semantic intelligence layer — persistent relationship graph with convention inference, query history mining, and admin curation for accurate JOINs
  • No-code ML predictions — forecast, classify, and estimate using XGBoost, LightGBM, and AutoGluon workers
  • Scheduled KPIs (gold layer) — pre-aggregate metrics on a 1–24h schedule, materialized as real queryable tables
  • 100+ LLM providers via LiteLLM — Anthropic, OpenAI, Gemini, Groq, Together, Perplexity, or any OpenAI-compatible endpoint

Quick Start

git clone https://github.com/actyze/dashboard.git
cd dashboard/docker
cp env.example .env
# Edit .env — add your LLM API key (Anthropic, OpenAI, etc.)
./start.sh

Default login: nexus_admin / admin (change before exposing the instance).

See docker/README.md for profiles (local, external Trino, postgres-only) and docker/LLM_PROVIDERS.md for provider setup.

Architecture

Frontend (React) --> Nexus API (FastAPI) --> Trino --> Your Databases
                         |
                   Schema Service (FAISS) + Relationship Graph (PostgreSQL)
                         |
                   LLM Provider (Claude, GPT, etc., via LiteLLM)
                         |
                   Prediction Workers (XGBoost / LightGBM / AutoGluon)
Component Technology
Frontend React 18, Material-UI, Plotly
Backend (Nexus) FastAPI, Python 3.11, SQLAlchemy async
Schema Service FAISS vector search, spaCy NER
Query Engine Trino (federated SQL)
Database PostgreSQL 15
LLM Gateway LiteLLM (100+ providers)
Prediction Workers XGBoost, LightGBM, AutoGluon

See it in action

  • Live docs and walkthroughs: docs.actyze.io
  • Demo videos: TODO — host Actyze_ Data Clarity.mp4 and Actyze_ Federated Querying.mp4 (e.g., upload to a GitHub issue/release asset or YouTube) and link them here.

Documentation

Related Repositories

Contributing

We welcome contributions. See CONTRIBUTING.md for setup, branch conventions, the CLA, and where help matters most (synonym packs, relationship heuristics, verified query templates, KPI definitions).

License

AGPL v3

About

Open-source AI-native analytics platform. Natural language to SQL, no-code ML predictions, voice queries, federated multi-DB queries via Trino. AGPL v3, self-hosted.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors