Skip to content

A demo setup with CloudQuery syncing Github to Postgres and Metabase on top.

License

Notifications You must be signed in to change notification settings

pilvikala/cloudquery-github-demo

Repository files navigation

CloudQuery GitHub Demo

⚠️ This repository grew a bit out of hand as I've been using it with many other sources. To get a clean start with a sample CloudQuery plugin, see this demo repository.


A demo project with CloudQuery, Metabase, and Postgres containers syncing issues data from a GitHub repository.

How to run this

The metabase container is built for ARM processors. Use metabase/metabase if you're on x86 architecture.

You will need Docker and docker-compose installed.

Copy .env.example to .env and insert your own GitHub access token (readonly permissions are enough).

Run docker-compose up -d to start the containers.

Visit localhost:3000 and add the destination database. Use the values below, leave other fields set to default.

Type: Postgresql

Host: cq-demo-postgres-1

Database name: cq

Username: cq

Password: password123

About

A demo setup with CloudQuery syncing Github to Postgres and Metabase on top.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages