I'm designing a small Flask Google App web-application/dashboard which will present evolution of some climate data over time at global level.
The dataset consists of approx. 1.5 million time series, which were measured at an equal number of sensors. The time series have each around 50 observations, hence my time series dataset has approx 75 million rows. The end-user should have ability explore all observations from a certain sensor. Such query would therefore have to return all observations which match the sensor id provided by the end user. Unfortunately the budget for this application is small. However, I don't expect many users to use the webapp (few per day maybe). Nevertheless query latency should be as small as possible. Considering all these constraints, what would be my optimal google data storage service? Just Cloud Bigtable? Or will that be relatively expensive compared to Cloud SQL for example? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/6645fa19-9cee-4abb-ad73-24cf557f3c26n%40googlegroups.com.
