diff --git a/.env.example b/.env.example index 2104692..062142e 100644 --- a/.env.example +++ b/.env.example @@ -53,3 +53,18 @@ PEOPLE_PORT=8004 # ---- Protocolos MCP/A2A (opcional) ---- PROTOCOL_API_KEYS=sua-api-key-aqui + +# ---- Apache Superset — BI Visual (opcional, ativar com --profile bi) ---- +# Gerar chave: openssl rand -hex 32 +SUPERSET_SECRET_KEY=gere-com-openssl-rand-hex-32 +SUPERSET_ADMIN_USER=admin +SUPERSET_ADMIN_EMAIL=admin@arcadia.app +SUPERSET_ADMIN_PASSWORD=troque-em-producao +# Domínio público do Superset (apenas prod/Traefik) +SUPERSET_DOMAIN=bi.seudominio.com.br + +# Remover do .env se existirem (não são mais necessários): +# METABASE_HOST +# METABASE_PORT +# METASET_ADMIN_EMAIL +# METASET_ADMIN_PASSWORD diff --git a/client/src/pages/BiWorkspace.tsx b/client/src/pages/BiWorkspace.tsx index af7341d..2b98180 100644 --- a/client/src/pages/BiWorkspace.tsx +++ b/client/src/pages/BiWorkspace.tsx @@ -80,6 +80,7 @@ import { ResponsiveContainer, Cell, } from "recharts"; +import { SupersetDashboard } from "@/components/SupersetDashboard"; interface BiStats { dataSources: number; @@ -2890,7 +2891,7 @@ export default function BiWorkspace() { Staging - MetaSet + Insights @@ -2919,28 +2920,20 @@ export default function BiWorkspace() {
-

MetaSet - Motor de BI

-

Acesso completo para criação manual de consultas SQL, gráficos e dashboards

+

Arcádia Insights — Apache Superset

+

SQL Lab avançado, 50+ tipos de gráfico, dashboards interativos

Abrir em Nova Aba
-
-