数据分析平台 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
AI驱动的数据分析平台,连接CSV、SQL、BigQuery等
数据分析平台 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI驱动的数据分析平台,连接CSV、SQL、BigQuery等
数据分析平台 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g data-talks # 方式二:npx 直接运行(无需安装) npx data-talks --help # 方式三:项目依赖安装 npm install data-talks # 方式四:从源码运行 git clone https://github.com/Empreiteiro/data-talks cd data-talks npm install npm start
# 命令行使用
data-talks --help
# 基本用法
data-talks [options] <input>
# Node.js 代码中使用
const data_talks = require('data-talks');
const result = await data_talks.run(options);
console.log(result);
# data-talks 配置说明 # 查看配置选项 data-talks --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export DATA_TALKS_CONFIG="/path/to/config.yml"
An intelligent data analysis platform that lets you connect data sources, configure AI agents, and get insights through natural language questions.
Data Talks is a web app that changes how you work with your data. Through a simple interface you can:
customer_id, order_id) or uses configured relationshipsFrontend: Connect the repo to Vercel, Netlify, or similar; set env vars; deploy on push.
Backend: Run the FastAPI server behind a reverse proxy (nginx, Caddy) or deploy as a Docker container. Set DATABASE_URL for PostgreSQL in production.
make install # Install frontend and backend dependencies
make run # Build frontend and start the server at http://localhost:8000
Other useful commands:
make install-cli # Install only the data-talks CLI
make build # Build frontend for production
make dev # Start backend + frontend dev server with hot reload
make migrate # Run database migrations
make setup-env # Create backend/.env from .env.example
make lint # Run frontend linter
make test # Run frontend tests
make help # List all available commands
Requires: Node.js, uv, and Python 3.11+.
---
By default, the app runs in guest mode: no login required. Choose your language (PT/EN/ES) and start.
When ENABLE_LOGIN=true in the backend, authentication is required before using the app and a JWT token is issued per organization.
When you configure OPENAI_API_KEY in backend/.env, the backend uses these environment defaults unless you explicitly override them:
gpt-4o-minigpt-4o-mini-ttsIf you want different defaults, set OPENAI_MODEL and/or OPENAI_AUDIO_MODEL explicitly in backend/.env.
pip install -e . cp .env.example .env data-talks run ```
In backend/.env, if you only add OPENAI_API_KEY, the backend will automatically assume gpt-4o-mini for text and gpt-4o-mini-tts for audio as the environment fallback configuration.
data-talks run — starts the API on 0.0.0.0:8000. Use --host and --port to override.data-talks migrate — runs database migrations.From the backend directory:
With uv:
cd backend
uv pip install -e .
cp .env.example .env
uv run data-talks run
With pip + venv: ```bash cd backend python -m venv .venv source .venv/bin/activate # Linux/macOS
高质量的AI驱动数据分析平台
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,数据分析平台 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | data-talks |
| Topics | ai数据分析数据可视化typescript |
| GitHub | https://github.com/Empreiteiro/data-talks |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-06-27 · 更新时间:2026-06-27 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端