DB-GPT
DB-GPT adalah aplikasi di katalog komunitas osFoundry. Framework pengembangan aplikasi data AI-native yang berfokus pada basis data — berbicaralah dengan data SQL/NoSQL Anda dalam bahasa Inggris natural, hasilkan SQL dengan konteks, bangun alur kerja text-to-SQL, dan tanamkan copilot analisis data ke dalam aplikasi Anda. Multi-LLM dengan dukungan bawaan untuk OpenAI / Claude / Gemini / DeepSeek / Qwen / lokal. SQLite sebagai default untuk state aplikasi; sambungkan sejumlah basis data Postgres/MySQL/MongoDB upstream agar AI dapat menelaah dan mengkuerinya. Asisten data AI open source paling matang.
Detail
- Workspace: osfoundry
- Kategori: AI
- Harga: Free
- Akses: Community
Fitur
- Text-to-SQL across Postgres / MySQL / SQLite / MongoDB / Elasticsearch / DuckDB / ClickHouse
- Chat with CSVs + Excel — upload files, ask questions in plain English
- App Center with pre-built data-AI apps (SQL Generator, Data Analysis, RAG over docs)
- Multi-LLM: OpenAI / Claude / Gemini / DeepSeek / Qwen / Ollama / vLLM / custom OpenAI-compatible
- No-code workflow builder for custom data-AI apps
- SQLite default for the app's own state — connected databases stay where they are
Dokumentasi
Dokumentasi dipelihara dalam bahasa Inggris oleh proyek upstream.
# DB-GPT
## First-boot
No default password — first user to register becomes admin. Configure auth from the Settings menu.
## Connect a database
**Database → Add Connection** — supports:
- Postgres / MySQL / SQLite / DuckDB / ClickHouse
- MongoDB / Elasticsearch / OceanBase
- File: CSV / Excel
Paste the connection string. DB-GPT introspects the schema and makes it available as context for AI chats.
## Text-to-SQL chat
**Chat → New → pick the connected DB**. Ask questions in plain English:
- 'How many users signed up last month, by referrer?'
- 'Top 10 customers by lifetime value'
- 'Show me orders with shipping anomalies'
DB-GPT generates the SQL, runs it, and presents the result table + a natural-language summary.
## Apps
**App Center** — pre-built data-AI apps:
- **SQL Generator** — NL → SQL with multi-table joins
- **Data Analysis** — chart generation from queries
- **RAG over docs** — add markdown / PDF / web context
- **Custom apps** via no-code workflow builder
## Storage
SQLite at `/data/pilot/` for DB-GPT's own state. The connected databases stay where they are; DB-GPT only stores connection configs + chat history.
Cara menggunakan DB-GPT di osFoundry
Instal DB-GPT ke workspace Anda dalam satu klik, lalu fork di osStudio untuk menyesuaikan prompt, tool, atau konfigurasi sesuai stack Anda. Siapa pun di workspace Anda dapat melanjutkan dari titik Anda berhenti.
aplikasi lainnya dari komunitas
- CRM — Manajemen hubungan pelanggan dengan kontak, deal, dan pelacakan pipeline.
- Kanban Board — Papan kanban dan proyek gaya Trello dengan kartu, papan, tampilan kalender dan tabel, dan properti per papan. Didukung oleh Focalboard (server pribadi standalone). SQLite tertanam pada volume persisten.
- Helpdesk — Triase tiket dan inbox dukungan pelanggan dengan pelacakan SLA.
- Page Builder — Page builder drag-and-drop visual dengan section, tema, SEO, dan publishing
- Website Builder — Builder situs multi-halaman dengan koleksi CMS, navigasi global, footer, tema, dan publikasi
- Storefront — Etalase e-commerce dengan katalog produk, keranjang, dan checkout.