🌐
GitHub
github.com › googleapis › google-cloud-ruby › blob › main › google-cloud-bigquery › README.md
google-cloud-ruby/google-cloud-bigquery/README.md at main · googleapis/google-cloud-ruby
google-cloud-bigquery on RubyGems · Google BigQuery documentation · $ gem install google-cloud-bigquery · This library uses Service Account credentials to connect to Google Cloud services.
Author   googleapis
🌐
GitHub
github.com › abronte › BigQuery
GitHub - abronte/BigQuery: A BigQuery wrapper · GitHub
BigQuery is a wrapper around the Google api ruby gem designed to make interacting with BigQuery easier.
Starred by 86 users
Forked by 57 users
Languages   Ruby
🌐
Google
docs.cloud.google.com › ruby › client libraries › ruby client for the bigquery storage v1 api
Ruby Client for the BigQuery Storage V1 API | Ruby client libraries | Google Cloud Documentation
The BigQuery Storage API provides fast access to BigQuery managed storage. https://github.com/googleapis/google-cloud-ruby · This gem is a versioned client. It provides basic client classes for a specific version of the BigQuery Storage V1 API.
🌐
GitHub
github.com › googleapis › google-cloud-ruby › blob › main › google-cloud-bigquery › lib › google › cloud › bigquery.rb
google-cloud-ruby/google-cloud-bigquery/lib/google/cloud/bigquery.rb at main · googleapis/google-cloud-ruby
require "google-cloud-bigquery" require "google/cloud/bigquery/project" require "google/cloud/config" require "google/cloud/env" · module Google · module Cloud · ## # # Google Cloud BigQuery · # # Google BigQuery enables super-fast, SQL-like queries against massive ·
Author   googleapis
🌐
GitHub
github.com › coconala › bigquery-ruby
GitHub - coconala/bigquery-ruby: A BigQuery client library for Ruby
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/bigquery/ruby.
Author   coconala
🌐
GitHub
github.com › googleapis › google-cloud-ruby › tree › main › google-cloud-bigquery-storage-v1
google-cloud-ruby/google-cloud-bigquery-storage-v1 at main · googleapis/google-cloud-ruby
... This gem is a versioned client. It provides basic client classes for a specific version of the BigQuery Storage V1 API. Most users should consider using the main client gem, google-cloud-bigquery-storage.
Author   googleapis
🌐
GitHub
github.com › MoskitoHero › rubq
GitHub - MoskitoHero/rubq: A wrapper gem to use Google's Bigquery the rails way · GitHub
A wrapper gem to use Google's Bigquery the rails way - MoskitoHero/rubq
Author   MoskitoHero
🌐
GitHub
github.com › googleapis › google-cloud-ruby › tree › main › google-cloud-bigquery-data_transfer
google-cloud-ruby/google-cloud-bigquery-data_transfer at main · googleapis/google-cloud-ruby
Schedules queries and transfers external data from SaaS applications to Google BigQuery on a regular basis. Actual client classes for the various versions of this API are defined in versioned client gems, with names of the form google-cloud...
Author   googleapis
🌐
GitHub
github.com › topics › bigquery
bigquery · GitHub Topics · GitHub
Ruby · Star 1 · An ActiveRecord Google BigQuery adapter · activerecord bigquery gem ruby-on-rails · Updated · Aug 16, 2017 · Ruby · Star 0 · A homebrew tap for bigquery-to-datastore · homebrew bigquery google-datastore · Updated · Apr 11, 2018 · Ruby · Star 0 ·
Find elsewhere
🌐
GitHub
github.com › ttanimichi › bigquery-client
GitHub - ttanimichi/bigquery-client: A Ruby interface to the BigQuery API.
A Ruby interface to the BigQuery API. % gem install bigquery-client ·
Starred by 18 users
Forked by 7 users
Languages   Ruby 100.0% | Ruby 100.0%
🌐
RubyGems
rubygems.org › gems › google-cloud-bigquery › versions › 0.20.1
google-cloud-bigquery | RubyGems.org | your community gem host
⬢ RubyGems Navigation menu · google-cloud-bigquery is the official library for Google BigQuery.
🌐
Google Cloud
cloud.google.com › ruby › documentation › reference
Ruby Client for the BigQuery Storage V1 API
July 7, 2023 - The BigQuery Storage API provides fast access to BigQuery managed storage. https://github.com/googleapis/google-cloud-ruby · This gem is a versioned client. It provides basic client classes for a specific version of the BigQuery Storage V1 API.
🌐
GitHub
github.com › woodardj › BigQuery
GitHub - woodardj/BigQuery: A BigQuery wrapper
BigQuery is a wrapper around the Google api ruby gem designed to make interacting with BigQuery easier.
Author   woodardj
🌐
GitHub
github.com › googleapis › google-cloud-ruby › blob › main › google-cloud-bigquery-data_transfer › README.md
google-cloud-ruby/google-cloud-bigquery-data_transfer/README.md at main · googleapis/google-cloud-ruby
Schedules queries and transfers external data from SaaS applications to Google BigQuery on a regular basis. Actual client classes for the various versions of this API are defined in versioned client gems, with names of the form google-cloud...
Author   googleapis
🌐
GitHub
github.com › boo-box › ruby-bigquery-cl
GitHub - boo-box/ruby-bigquery-cl: a Google's BigQuery interface for ruby
First of all, let’s require this gem in our code: ... Assuming that you already has a table created and populated with your dataset, you can execute your queries with the Query object: query = BigQuery::Query.new result = query.execute('SELECT field FROM [bucket/table]')
Starred by 43 users
Forked by 9 users
Languages   Ruby 100.0% | Ruby 100.0%
🌐
RubyDoc
rubydoc.info › gems › google-cloud-bigquery › 0.20.0 › Google › Cloud › Bigquery
RubyDoc.info: Module: Google::Cloud::Bigquery – Documentation for google-cloud-bigquery (0.20.0) – RubyDoc.info
The goal of google-cloud is to provide an API that is comfortable to Rubyists. Authentication is handled by #bigquery. You can provide the project and credential information to connect to the BigQuery service, or if you are running on Google Compute Engine this configuration is taken care of for you. You can read more about the options for connecting in the [Authentication Guide](googlecloudplatform.github.io/google-cloud-ruby/#/docs/guides/authentication).
🌐
GitHub
github.com › googleapis › google-cloud-ruby › tree › google-cloud-bigquery-storage-v1 › v0.1.2
GitHub - googleapis/google-cloud-ruby at google-cloud-bigquery-storage-v1/v0.1.2
google-bigquery-data_transfer on RubyGems · Google BigQuery Data Transfer documentation · $ gem install google-cloud-bigquery-data_transfer ·
Starred by 1.4K users
Forked by 566 users
Languages   Ruby 100.0% | Ruby 100.0%
🌐
GitHub
github.com › googleapis › google-cloud-ruby › blob › main › google-cloud-bigquery › AUTHENTICATION.md
google-cloud-ruby/google-cloud-bigquery/AUTHENTICATION.md at main · googleapis/google-cloud-ruby
(See the READMEs for the individual service gems for details.) The path to the Credentials JSON file can be stored in the environment variable, or the Credentials JSON itself can be stored for environments such as Docker containers where writing files is difficult or not encouraged. The environment variables that BigQuery checks for project ID are:
Author   googleapis
🌐
Thagomizer
thagomizer.com › blog › 2016 › 07 › 13 › ruby-meets-bigquery-part-one.html
Ruby Meets BigQuery: Part 1 - Thagomizer
July 13, 2016 - One company with a lot of servers that they update frequently could skew the data pretty significantly if they download their gems from the web on each install. I wanted to find another way to measure gem usage. While I was working on this blog post, and the talk that goes with it. I found out that Google released information on nearly 3 million open source repositories from GitHub as a BigQuery public dataset.