[google-appengine] Re: Preloading in CloudDataStore

2018-05-30 Thread thstart
BigQuery can export to CSV and JSON in CloudStorage. On Wednesday, May 30, 2018 at 11:13:47 AM UTC-7, Jordan (Cloud Platform Support) wrote: > > Since the 'documents > ' > > are JSON objects and not raw

[google-appengine] Re: Preloading in CloudDataStore

2018-05-30 Thread thstart
Thank you, the documentation is not clear about that. On Wednesday, May 30, 2018 at 11:13:47 AM UTC-7, Jordan (Cloud Platform Support) wrote: > > Since the 'documents > ' > > are JSON objects and not ra

[google-appengine] Re: Preloading in CloudDataStore

2018-05-30 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Since the 'documents ' are JSON objects and not raw binary, they cannot be saved into Google Cloud Storage. I think they use to be persisted to BigTable , but I belie

[google-appengine] Re: Preloading in CloudDataStore

2018-05-30 Thread thstart
Where are these Documents stored - in Google Cloud Storage? On Wednesday, May 30, 2018 at 10:35:09 AM UTC-7, Jordan (Cloud Platform Support) wrote: > > As previously mentioned, that is the Search API > , and is > not related to th

[google-appengine] Re: Preloading in CloudDataStore

2018-05-30 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As previously mentioned, that is the Search API , and is not related to the Datastore. The Search API allows you to store document objects and query for these objects based on their contents. It uses ranking and indexing to find t

[google-appengine] Re: Preloading in CloudDataStore

2018-05-30 Thread thstart
I know about Datastore tab. In GC Pricing calculator: AppEngine: App Engine APIs and Services->Indexing Documents Where I can read about what Documents are these? On Wednesday, May 30, 2018 at 9:55:26 AM UTC-7, Jordan (Cloud Platform Support) wrote: > > You seem to be confusing the Search API

[google-appengine] Re: Preloading in CloudDataStore

2018-05-30 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
You seem to be confusing the Search API document indexes with Datastore indexes . Datastore has its own tab in the Pricing Calculator , and charg

[google-appengine] Re: Preloading in CloudDataStore

2018-05-29 Thread thstart
Hi Jordan, Thank you for detailed response. The only thing not clear to me is this. For simple calculations if say I have 1 index only how much is the price and how it is calculated? In price calculator I can see Document Index $2/GB. It seems too expensive. Is this index the same index made fro

[google-appengine] Re: Preloading in CloudDataStore

2018-05-29 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Since Google Cloud Datastore is a non-relational, NoSQL, highly-scalable database, you must create a script in the supported language of your choice that reads your CSV, converts your data into Datastore Entities