{"id":30283840,"url":"https://github.com/DataPupOrg/DataPup","last_synced_at":"2025-08-16T18:03:59.728Z","repository":{"id":303007158,"uuid":"1014093587","full_name":"DataPupOrg/DataPup","owner":"DataPupOrg","description":"A modern, AI-assisted, cross-platform database client - free","archived":false,"fork":false,"pushed_at":"2025-08-12T18:58:18.000Z","size":10807,"stargazers_count":156,"open_issues_count":26,"forks_count":28,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-12T20:42:07.751Z","etag":null,"topics":["ai-agent","clickhouse","clickhouse-database","database","desktop-app","electron-app","electronjs","good-first-contribution","linux-desktop","mac-app","mysql","mysql-connector","postgresql","postgressql","react","sql-query","typescipt","windows-desktop"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DataPupOrg.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":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-05T03:37:18.000Z","updated_at":"2025-08-12T18:58:22.000Z","dependencies_parsed_at":"2025-07-05T06:24:43.521Z","dependency_job_id":"fd3687c1-deba-4257-957a-eed075ece8ba","html_url":"https://github.com/DataPupOrg/DataPup","commit_stats":null,"previous_names":["datapuporg/datapup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DataPupOrg/DataPup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataPupOrg%2FDataPup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataPupOrg%2FDataPup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataPupOrg%2FDataPup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataPupOrg%2FDataPup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataPupOrg","download_url":"https://codeload.github.com/DataPupOrg/DataPup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataPupOrg%2FDataPup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270749189,"owners_count":24638673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai-agent","clickhouse","clickhouse-database","database","desktop-app","electron-app","electronjs","good-first-contribution","linux-desktop","mac-app","mysql","mysql-connector","postgresql","postgressql","react","sql-query","typescipt","windows-desktop"],"created_at":"2025-08-16T18:01:52.598Z","updated_at":"2025-08-16T18:03:59.717Z","avatar_url":"https://github.com/DataPupOrg.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"build/icons/icon.svg\" alt=\"DataPup Logo\" width=\"128\" height=\"128\"\u003e\n  \n  # DataPup\n\n\u003e A modern, AI-assisted, cross-platform database client.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)\n\n\u003c/div\u003e\n\n## DataPup Overview\n\nDataPup is an open-source database client designed to make database management intuitive and enjoyable. With AI-powered query assistance and a beautiful, accessible interface, it's the database tool that developers actually want to use.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"docs/images/datapup-demo.gif\" alt=\"DataPup Demo\" width=\"800\"\u003e\n\u003c/div\u003e\n\n## Database Support\n\n### Currently Supported\n\n- **ClickHouse** - Full support with optimized query execution\n- **PostgreSQL** - Complete support for the world's most advanced open source database\n\n### Coming Soon (Available in 2 weeks)\n\n- **MySQL** - Full compatibility with MySQL and MariaDB\n- **SQLite** - Local database support for development and testing\n\n## Development\n\n### Prerequisites\n\n- Node.js 18+\n- npm, yarn, or pnpm\n\n### Getting Started\n\n1. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n2. Run in development mode:\n\n   ```bash\n   npm run dev\n   ```\n\n3. Build for production:\n\n   ```bash\n   npm run build\n   ```\n\n4. Create distributable:\n   ```bash\n   npm run dist\n   ```\n\n## Contributing\n\nWe love your input! Check out our [Contributing Guide](CONTRIBUTING.md) to get started.\n\n**If you find DataPup useful, please consider giving it a star on GitHub!**\n\n## License\n\nThis project is [MIT](LICENSE) licensed - use it however you want! See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Built with [Electron](https://www.electronjs.org/)\n- UI powered by [Radix UI](https://www.radix-ui.com/)\n- Bundled with [Vite](https://vitejs.dev/)\n- AI assistance powered by [LangChain](https://www.langchain.com/)\n\n## Contact\n\nHave questions? Open an issue or reach out to the community!\n\n---\n\n\u003cp align=\"center\"\u003eMade with love by the open source community\u003c/p\u003e\n","funding_links":[],"categories":["UIs","Code","⚙️ Natural Language to Code Tools"],"sub_categories":["GUI","Developer tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDataPupOrg%2FDataPup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDataPupOrg%2FDataPup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDataPupOrg%2FDataPup/lists"}