Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 924 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 924 Bytes

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