Automatically push engine datastore data to bigquery tables -



Automatically push engine datastore data to bigquery tables -

to move info datastore bigquery tables follow manual , time consuming process, is, backing google cloud storage , restoring bigquery. there scant documentation on restoring part post handy http://sookocheff.com/posts/2014-08-04-restoring-an-app-engine-backup/

now, there seemingly outdated article (with code) https://cloud.google.com/bigquery/articles/datastoretobigquery

i've been, however, waiting access experimental tester programme seems automate process, gotten no access months https://docs.google.com/forms/d/1hpc2b1hmtyv_puhpsugz_odq0nb43_6ysfavjufejtc/viewform?formkey=dhdpexlmrlzcnwlyse9bce5jc2nyoue6mq

for entities, i'd force info big query comes (inserts , perchance updates). more biz intelligence type of analysis, daily force fine.

so, what's best way it?

there 3 ways of entering info bigquery:

through ui through command line via api

if take api, can have 2 different ways: "batch" mode or streaming api.

if want send info "as comes" need utilize streaming api. every time observe alter on datastore (or maybe 1 time every few minutes, depending on needs), have phone call insertall method of api. please notice need have table created beforehand construction of datastore. (this can done via api if needed too).

for sec requirement, ingesting info 1 time day, have total code in link provided. need adjust json schema of info store , should do.

google-app-engine google-bigquery google-cloud-storage

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -