{"id":22489439,"url":"https://github.com/decileapp/decile","last_synced_at":"2025-08-02T21:32:50.145Z","repository":{"id":61913608,"uuid":"538440571","full_name":"decileapp/decile","owner":"decileapp","description":"Simple, open-source analytics tool for any Postgres database.","archived":false,"fork":false,"pushed_at":"2023-01-05T05:46:55.000Z","size":1373,"stargazers_count":129,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-11-07T17:33:55.591Z","etag":null,"topics":["analytics","automation","business","dashboard","data","intelligence","postgres","reporting","sql","sql-editor"],"latest_commit_sha":null,"homepage":"https://decile.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/decileapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2022-09-19T10:07:36.000Z","updated_at":"2023-09-08T18:37:54.000Z","dependencies_parsed_at":"2023-02-03T14:01:37.939Z","dependency_job_id":null,"html_url":"https://github.com/decileapp/decile","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decileapp%2Fdecile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decileapp%2Fdecile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decileapp%2Fdecile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decileapp%2Fdecile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/decileapp","download_url":"https://codeload.github.com/decileapp/decile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228500226,"owners_count":17930020,"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","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":["analytics","automation","business","dashboard","data","intelligence","postgres","reporting","sql","sql-editor"],"created_at":"2024-12-06T17:19:52.188Z","updated_at":"2024-12-06T17:22:16.330Z","avatar_url":"https://github.com/decileapp.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n\u003cimg width=\"150\" src=\"./public/decile_logo.png\"/\u003e\n\u003ch1 align=\"center\"\u003e\u003cb\u003eDecile\u003c/b\u003e\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nWe use AI to help you build a data-led organisation.\n\u003cbr /\u003e\n\u003ca href=\"https://decile.app\" align=\"center\"\u003e\u003cstrong\u003eEarly access\u003c/strong\u003e\u003c/a\u003e\n\u003cbr /\u003e\n\u003c/p\u003e\n\u003cp \u003e\nGet the data you need by just asking, learn SQL in the process.\n\u003cbr/\u003e\n\u003cbr/\u003e\nConnect any postgres database. Save and share queries with your team. Export to Google Sheets. Schedule queries and automatically update your Google Sheet.\n\u003cbr /\u003e\n\n\u003c/p\u003e\n\n\u003cbr /\u003e\n  \u003cimg src=\"./public/screenshot.png\" style=\"border-radius: 10px;\" /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://decile.app\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/We're%20open%20for%20beta!-Join-%2322c55e\" /\u003e\n  \u003c/a\u003e \n  \u003cbr /\u003e\n\u003c/p\u003e\n\nThis repo contains the open-source code to host your own version of Decile. Join the waitlist for our [hosted version](https://decile.app).\n\nContributions welcome!\n\n**Have suggestions for what to work on next? We'd love to hear from you. Sign up for [early access](https://decile.app)!**\n\n---\n\n## License\n\nWe use the GNU GPL V3 license. See LICENSE for more details.\n\n---\n\n## Features\n\n### Supported on open source\n\n- [x] Authentication UIs including sign in and sign up\n- [x] Google sign in\n- [x] Invite your team to share queries\n- [x] Admin and user roles\n- [x] Add any Postgres database\n- [x] Online SQL Edior\n- [x] Query without SQL\n- [x] Export to Google Sheets\n- [x] Schedule queries by hour, day, week or month\n- [x] Email notifications\n- [x] Line and bar graphs\n\n### Supported on cloud version only\n\n- [x] Query data using natural language\n\n### In-progress\n\n- [ ] Advanced graphs\n\n### Backlog\n\n- [ ] Dashboards\n- [ ] Database access management\n\n## Getting Started\n\n**1. Clone this repository**\n\n```bash\ngit clone https://github.com/decileapp/decile\ncd decile\n```\n\n**2. Configure your environment variables.**\n\nChange \"env.example\" to \"env.local\".\n\nGet your API keys for each service and complete the file:\n\n- Supabase: database\n- Mixpanel: analytics\n- Courier: emails + the id for your template\n- Email: Enter an email address you want to invite users from.\n- Google: Google auth + sheets integration\n- Bearer token: token for calling your schedule endpoint\n\nFor emailing, please set up an account with Courier and get an API key.\n\n**3. Install modules.**\n\nRun \"npm install\" in your terminal to install all your modules.\n\n**4. Run it locally**\n\nRun \"npm run\" to start your local version at http://localhost:3000\n\n**5. Deploy to your favorite server!**\n\n**Important!** Remember to add your dashboard URL to your list of your sign-up redirect URLs in Supabase. You can find it at https://app.supabase.io/project/YOUR_PROJECT_ID/auth/settings.\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecileapp%2Fdecile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecileapp%2Fdecile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecileapp%2Fdecile/lists"}