A single datastore entity can hold up to 1MB's How big will a single dataset be?
If it's smaller than 1MB's in summarized format, you could build a queue based solution to handle the >15/s data rate You could also probably develop something like a tree, with each entity representing a node and storing the data about the leafs etc, it could maybe lead up to a practical median calculator, just an idea, the point is: as Vinny P stated, the solution is always based on exactly what you are doing On Tuesday, November 12, 2013 10:07:34 PM UTC+2, Mathieu Simard wrote: > > Since there is no appengine solution available such as the Redis atomic > list, I'm left wondering how to implement a cost effective rolling median. > Has anyone come up with a solution that would be more convenient than > running a redis instance on Google Compute Engine? > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
