https://github.com/justinbeckwith/bisquick
🥞Synchronize your GitHub issues with BigQuery. Do neat stuff.
https://github.com/justinbeckwith/bisquick
bigquery dotnet github
Last synced: about 2 months ago
JSON representation
🥞Synchronize your GitHub issues with BigQuery. Do neat stuff.
- Host: GitHub
- URL: https://github.com/justinbeckwith/bisquick
- Owner: JustinBeckwith
- License: apache-2.0
- Created: 2018-05-29T00:49:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T21:02:59.000Z (over 7 years ago)
- Last Synced: 2025-02-12T19:26:52.801Z (over 1 year ago)
- Topics: bigquery, dotnet, github
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🥞 bisquick
> A fancy little utility for synchronizing GitHub issues with BigQuery.

## Usage
First, you need to set up your environment. Bisquick expects the `BISQUICK_PROJECT_ID` and `BISQUICK_GITHUB_TOKEN` environment settings to be set. You're probably also going to want to `gcloud config set project $PROJECT_ID`.
To setup your project, the `init` command will create a dataset, and a table with the correct schema.
```sh
$ dotnet run init
```
After that, you can run the `sync` command to read all the GitHub issues, and save them to a partitioned BigQuery table:
```sh
$ dotnet run sync
```
## License
[Apache 2.0](LICENSE.md)