Giter Site home page Giter Site logo

que-bi's Introduction

¿Que? - A Simple BI Tool

Que is a simple BI tool to share queries with your team.

Click the button below to deploy your own instance of Que:

Deploy with Vercel

Environment Variables

Que uses the following environment variables:

  • GOOGLE_DOMAIN - The domain of your Google Workspace account (e.g. example.com).
  • GOOGLE_CLIENT_ID - The client ID of your Google OAuth app (see below).
  • GOOGLE_CLIENT_SECRET - The client secret of your Google OAuth app.
  • POSTGRES_PRISMA_URL - The URL of your Prisma database (to store your Que queries and auth info of the users using Que).
  • POSTGRES_URL_NON_POOLING - The URL of your Prisma database without pooling.
  • READ_DATABASE_URL - The URL of your read-only database (where your queries are run).
  • NEXTAUTH_SECRET - The secret for NextAuth.
  • NEXTAUTH_URL - The URL of your Vercel deployment (e.g. https://que-bi.vercel.app).

Google OAuth

To get the GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET, you need to create a new project in the Google Developers Console. Then, create a new OAuth 2.0 client ID and set the redirect URI to https://<YOUR VERCEL URL>/api/auth/callback/google.

For details, see the NextAuth documentation.

que-bi's People

Contributors

wearethefoos avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

dokratos

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.