Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decileapp/decile
Simple, open-source analytics tool for any Postgres database.
https://github.com/decileapp/decile
analytics automation business dashboard data intelligence postgres reporting sql sql-editor
Last synced: about 2 months ago
JSON representation
Simple, open-source analytics tool for any Postgres database.
- Host: GitHub
- URL: https://github.com/decileapp/decile
- Owner: decileapp
- License: gpl-3.0
- Created: 2022-09-19T10:07:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:46:55.000Z (about 2 years ago)
- Last Synced: 2023-11-07T17:33:55.591Z (about 1 year ago)
- Topics: analytics, automation, business, dashboard, data, intelligence, postgres, reporting, sql, sql-editor
- Language: TypeScript
- Homepage: https://decile.app
- Size: 1.31 MB
- Stars: 129
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Decile
We use AI to help you build a data-led organisation.
Early access
Get the data you need by just asking, learn SQL in the process.
Connect any postgres database. Save and share queries with your team. Export to Google Sheets. Schedule queries and automatically update your Google Sheet.
This repo contains the open-source code to host your own version of Decile. Join the waitlist for our [hosted version](https://decile.app).
Contributions welcome!
**Have suggestions for what to work on next? We'd love to hear from you. Sign up for [early access](https://decile.app)!**
---
## License
We use the GNU GPL V3 license. See LICENSE for more details.
---
## Features
### Supported on open source
- [x] Authentication UIs including sign in and sign up
- [x] Google sign in
- [x] Invite your team to share queries
- [x] Admin and user roles
- [x] Add any Postgres database
- [x] Online SQL Edior
- [x] Query without SQL
- [x] Export to Google Sheets
- [x] Schedule queries by hour, day, week or month
- [x] Email notifications
- [x] Line and bar graphs### Supported on cloud version only
- [x] Query data using natural language
### In-progress
- [ ] Advanced graphs
### Backlog
- [ ] Dashboards
- [ ] Database access management## Getting Started
**1. Clone this repository**
```bash
git clone https://github.com/decileapp/decile
cd decile
```**2. Configure your environment variables.**
Change "env.example" to "env.local".
Get your API keys for each service and complete the file:
- Supabase: database
- Mixpanel: analytics
- Courier: emails + the id for your template
- Email: Enter an email address you want to invite users from.
- Google: Google auth + sheets integration
- Bearer token: token for calling your schedule endpointFor emailing, please set up an account with Courier and get an API key.
**3. Install modules.**
Run "npm install" in your terminal to install all your modules.
**4. Run it locally**
Run "npm run" to start your local version at http://localhost:3000
**5. Deploy to your favorite server!**
**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.