2017 © Pedro Peláez
 

library laravel

Package for work with google bigquery

image

bigquery/laravel

Package for work with google bigquery

  • Friday, June 1, 2018
  • by petr.gorchanuk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Install

Install via Composer., (*1)

composer require bigquery/laravel

After run publishes, (*2)

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

config/google_big_query.json

Need add to .gitignore and replace on you version credentials., (*3)

To .env need add variable, (*4)

GOOGLE_BIG_QUERY_DATABASE=you_database_name

For migrations use commands, (*5)

migrate all tables from /database/migrations/google_big_query, (*6)

big_query_migrate

rollback all migrations, (*7)

big_query_migrate:rollback

run migrate data from mysql to bigquery, (*8)

big_query_migrate:data

The Versions

01/06 2018

dev-master

9999999-dev

Package for work with google bigquery

  Sources   Download

MIT

The Requires

 

by Petr Gorchanuk