{"id":47724021,"url":"https://github.com/jetbrains/databao-cli","last_synced_at":"2026-04-02T20:01:30.812Z","repository":{"id":343474940,"uuid":"1132916628","full_name":"JetBrains/databao-cli","owner":"JetBrains","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-01T12:42:44.000Z","size":12680,"stargazers_count":16,"open_issues_count":2,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T14:48:12.401Z","etag":null,"topics":["agentic-analytics","analytics","business-intelligence","businessintelligence","cli","context","data-context","databao","embedded-analytics","headless-bi","mysql","postgresql","semantic-layer","snowflake","sql","text-2-sql"],"latest_commit_sha":null,"homepage":"https://jetbrains.com/databao","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JetBrains.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-12T16:19:12.000Z","updated_at":"2026-03-31T17:42:24.000Z","dependencies_parsed_at":"2026-03-10T20:03:40.516Z","dependency_job_id":null,"html_url":"https://github.com/JetBrains/databao-cli","commit_stats":null,"previous_names":["jetbrains/databao-cli"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/JetBrains/databao-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fdatabao-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fdatabao-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fdatabao-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fdatabao-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JetBrains","download_url":"https://codeload.github.com/JetBrains/databao-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetBrains%2Fdatabao-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31314788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-analytics","analytics","business-intelligence","businessintelligence","cli","context","data-context","databao","embedded-analytics","headless-bi","mysql","postgresql","semantic-layer","snowflake","sql","text-2-sql"],"created_at":"2026-04-02T20:01:28.209Z","updated_at":"2026-04-02T20:01:30.798Z","avatar_url":"https://github.com/JetBrains.png","language":"Python","readme":"[![official project](https://jb.gg/badges/official.svg)](https://github.com/JetBrains#jetbrains-on-github)\n[![PyPI version](https://img.shields.io/pypi/v/databao.svg)](https://pypi.org/project/databao)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/JetBrains/databao-cli?tab=License-1-ov-file)\n\n\u003ch1 align=\"center\"\u003eDatabao CLI\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA command-line interface tool for working with \u003ca href=\"https://github.com/JetBrains/databao-agent\"\u003eDatabao Agent\u003c/a\u003e and \u003ca href=\"https://github.com/JetBrains/databao-context-engine\"\u003eDatabao Context Engine\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"https://jetbrains.com/databao\"\u003eWebsite\u003c/a\u003e •\n \u003ca href=\"#quickstart\"\u003eQuickstart\u003c/a\u003e •\n \u003ca href=\"https://docs.databao.app\"\u003eDocs\u003c/a\u003e •\n \u003ca href=\"https://discord.gg/hEUqCcWdVh\"\u003eDiscord\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Installation\n\nDatabao CLI is [available on PyPI](https://pypi.org/project/databao/)\nand can be installed with uv, pip, or another package manager.\n\n### Using uv\n\n```bash\nuv add databao\n```\n\n### Using pip\n\n```bash\npip install databao\n```\n\n## Quickstart\n\n1. Create a project directory and navigate to it:\n\n   ```bash\n   mkdir databao-project \u0026\u0026 cd databao-project\n   ```\n\n   \u003e [!TIP]\n   \u003e Databao is not terminal-only.\n   \u003e If you prefer the web interface, run `databao app` in your project directory.\n\n1. Initialize the project:\n\n   ```bash\n   databao init\n   ```\n\n1. When prompted, agree to configure a domain –\n   a dedicated space where data context, context, and agent chats live.\n\n   Then follow the prompts to add one or several data sources.\n\n1. Build context:\n\n   ```bash\n   databao build\n   ```\n\n1. Pass your API key as an environment variable:\n\n   ```bash\n   # OpenAI or OpenAI-compatible APIs\n   export OPENAI_API_KEY=\u003cyour-key\u003e\n\n   # Anthropic Claude\n   export ANTHROPIC_API_KEY=\u003cyour-key\u003e\n   ```\n\n1. Run the Databao Agent:\n\n   ```bash\n   databao ask\n   ```\n\n1. Ask questions about your data:\n\n   ```text\n   # Example questions:\n   What is our refund rate by month?\n   What is our 90-day repeat purchase rate\n   ```\n\nFor more details about commands, supported data sources, and configuration options,\nvisit the [docs](https://docs.databao.app).\n\n## Contributing\n\nWe love contributions! Here’s how you can help:\n\n- ⭐ **Star this repo** — it helps others find us!\n- 🐛 **Found a bug?** [Open an issue](https://github.com/JetBrains/databao-cli/issues)\n- 💡 **Have an idea?** We’re all ears — create a feature request\n- 👍 **Upvote issues** you care about — helps us prioritize\n- 🔧 **Submit a PR**\n- 📝 **Improve docs** — typos, examples, tutorials — everything helps!\n\nNew to open source? No worries! We’re friendly and happy to help you get started.\n\n## License\n\nApache 2.0 — use it however you want.\n\nSee the [LICENSE](LICENSE) file for details.\n\n---\n\n\u003cp align=\"center\"\u003e\n \u003cb\u003eLike Databao? \u003c/b\u003e Give us a ⭐! It will help to distribute the technology.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"https://jetbrains.com/databao\"\u003eWebsite\u003c/a\u003e •\n \u003ca href=\"https://docs.databao.app\"\u003eDocs\u003c/a\u003e •\n \u003ca href=\"https://discord.gg/hEUqCcWdVh\"\u003eDiscord\u003c/a\u003e\n\u003c/p\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetbrains%2Fdatabao-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjetbrains%2Fdatabao-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetbrains%2Fdatabao-cli/lists"}