Skip to content

Instantly share code, notes, and snippets.

@istvanfazakas
istvanfazakas / Readme.md
Last active December 22, 2022 16:04
Script to collect data and push to BigQuery

Usage of collect_gql_data.rb Script

Description

The collect_gql_data.rb script is collecting data regarding the usage of GQL COPs created by Goldsmiths. https://github.com/toptal/rubocop-toptal-graphql/

Requirements

The following GEMs are required:

  • google-cloud-bigquery (gem install google-cloud-bigquery)
  • em-http-request (gem install em-http-request)