[google-appengine] Re: How to remove custom domain from project

2017-01-26 Thread himanshu kapoor
The issue which i am facing is that i added custom domain from a...@gmail.com account for one working project in cloud which was already mapped to some other custom domain, so now i have 1 project with 2 custom domain. After that i created another account from x...@gmail.com and mapped same

[google-appengine] Re: How to remove custom domain from project

2017-01-26 Thread himanshu kapoor
Thanks Vitaly for reply There is option to remove custom domain mapping but is there any way i can remove custom domain from dropdown list. On Friday, January 27, 2017 at 12:55:27 AM UTC+5:30, Vitaly Bogomolov wrote: > > > >> I want to remove custom domain from project and to add it in

[google-appengine] Re: Doing Totals/aggregates

2017-01-26 Thread 'George (Cloud Platform Support)' via Google App Engine
How large can your sales invoice data get in the end? The solutions recommended above may work well for relatively small volumes. If you need to process terabytes of data in the end, Cloud Bigtable might prove speedier and cost less overall.

[google-appengine] Re: [objectify-appengine] Doing Totals/aggregates

2017-01-26 Thread Jeff Schnitzer
I use Postgres. Replicate a subset of your entity data to a datastore that supports aggregations. Assuming your dataset fits in a traditional RDBMS, they’re awesome for aggregations and ad-hoc queries. The datastore makes an awesome primary datastore because it is zero maintenance and never

[google-appengine] Re: How to remove custom domain from project

2017-01-26 Thread Vitaly Bogomolov
> I want to remove custom domain from project and to add it in another > project. > Can anyone help out in this, i need to resolve asap. > console.cloud.google.com -> your project dashboard -> settings -> custom domains tab WBR, Vitaly -- You received this message because you are

[google-appengine] Re: [objectify-appengine] Doing Totals/aggregates

2017-01-26 Thread Rajesh Gupta
Hello, No, we cannot do bigquery replication, as invoices may get deleted and updated. We do these reports in a task, and tasks write to memcache the report data. Any json technologies here?. Can the invoice list be written using jackson as json, and use any json query technologies. On Thu,

[google-appengine] How to remove custom domain from project

2017-01-26 Thread himanshu kapoor
Hi I want to remove custom domain from project and to add it in another project. Can anyone help out in this, i need to resolve asap. Note: I am the owner of project so i have permission too and i also tried removing txt node from domain provider (namecheap in my case). -- You received this

[google-appengine] Re: [objectify-appengine] Doing Totals/aggregates

2017-01-26 Thread Nicholas Okunew
1. You need to remove all doubles and use bigdecimal or joda money. If you don't know why, google it. 2. If you want to do adhoc reporting, consider replicating to bigquery and running from there. If you don't want to do that, queries in batches on backends is the way to go, but this kind of

[google-appengine] Doing Totals/aggregates

2017-01-26 Thread Rajesh Gupta
Hi, I have the following Entities (Shown in objectify style) I want to do several reports for this data with different invoice date ranges. - Sales by customer - Product Qty sold by product - Product value by product The reports can be filtered with any Date range like 'Last Month', 'Last