Fetch your organization's all data and save to BigQuery.
Superset is attached to visualize.
-
Make GCP project and enable BigQuery
-
Create BigQuery dataset to store data
$ pipenv install
$ pipenv run start -t '<your personal token>' \
-o '<target org>' \
-p '<bq project to store data>' \
-d '<bq dataset to store>' \
--base-url '<optional. your github enterprise api endpoint>'
$ cd superset
$ docker-compose up -d
$ ./init.sh # set your accounts for Web UI
- Access http://localhost:8088
- Sources > Databases > + and then fill. ref
- Enjoy your analysis.
Or, You can use Data Portal
- Verify date diff update to work
- Clean codes
MIT