bigquery/laravel

Package for work with google bigquery

Maintainers

Package info

github.com/PetrGorchanuk/google-bigquery-laravel

pkg:composer/bigquery/laravel

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

dev-master 2018-06-01 15:20 UTC

This package is not auto-updated.

Last update: 2026-03-08 10:09:12 UTC


README

Install via Composer.

composer require bigquery/laravel

After run publishes

php artisan vendor:publish --provider="BigQuery\Laravel\BigQueryServiceProvider"

#####config/google_big_query.json Need add to .gitignore and replace on you version credentials.

To .env need add variable

GOOGLE_BIG_QUERY_DATABASE=you_database_name

For migrations use commands

migrate all tables from /database/migrations/google_big_query

big_query_migrate

rollback all migrations

big_query_migrate:rollback

run migrate data from mysql to bigquery

big_query_migrate:data