I understand "joins" and "aggregate" queries aren't supported within the Cloud Datastore query engine.
But, If I have to do "aggregate", How to aggregate entities?
Which ways are better?or anything way?
- If entity value was update, update and sum to another entity for aggregate at the same time.
- Read each entity and reduce using Dataflow.
- Export to Bigquery.