Skip to content

PetrGorchanuk/google-bigquery-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages