DB-GPT
DB-GPT은(는) osFoundry 커뮤니티 카탈로그에 등록된 앱입니다. 데이터베이스에 특화된 AI 네이티브 데이터 앱 개발 프레임워크입니다 — 평이한 영어로 SQL/NoSQL 데이터에 질의하고, 컨텍스트와 함께 SQL을 생성하며, 텍스트 투 SQL 워크플로를 구축하고, 데이터 분석 코파일럿을 앱에 임베드합니다. OpenAI / Claude / Gemini / DeepSeek / Qwen / 로컬 모델을 내장 지원하는 멀티 LLM 구조입니다. 앱 자체 상태는 SQLite를 기본으로 사용하며, AI가 인트로스펙트 및 질의할 수 있도록 임의 개수의 상위 Postgres/MySQL/MongoDB 데이터베이스를 연결할 수 있습니다. 가장 성숙한 오픈 데이터-AI 어시스턴트입니다.
세부 정보
- 워크스페이스: osfoundry
- 카테고리: AI
- 가격: Free
- 액세스: Community
기능
- 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
문서
문서는 업스트림 프로젝트에서 영어로 관리됩니다.
# 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.
osFoundry에서 DB-GPT을(를) 사용하는 방법
DB-GPT을(를) 원클릭으로 워크스페이스에 설치한 다음, osStudio에서 포크하여 프롬프트, 도구 또는 구성을 자신의 스택에 맞게 커스터마이즈하십시오. 워크스페이스의 누구나 작업을 이어받을 수 있습니다.
커뮤니티의 다른 앱
- CRM — 연락처, 거래, 파이프라인 추적이 가능한 고객 관계 관리 도구입니다.
- Kanban Board — 카드, 보드, 캘린더와 테이블 뷰, 보드별 속성을 갖춘 Trello 스타일 칸반 및 프로젝트 보드입니다. Focalboard (독립 실행형 개인 서버) 기반으로 동작합니다. 영구 볼륨에 내장 SQLite로 제공됩니다.
- 헬프데스크 — SLA 추적 기능을 갖춘 티켓 분류 및 고객 지원 인박스입니다.
- Page Builder — 섹션, 테마, SEO, 게시 기능이 있는 시각적 드래그 앤 드롭 페이지 빌더입니다
- Website Builder — CMS 컬렉션, 글로벌 내비게이션, 푸터, 테마, 게시 기능이 있는 다중 페이지 웹사이트 빌더
- 스토어프론트 — 상품 카탈로그, 장바구니, 결제 기능을 갖춘 이커머스 스토어프론트입니다.