+1 for BigQuery if you only need to add records (not edit or delete them). We use BigQuery to store analytic data for FollowUs.com <http://followus.com>.
Best thing about it is that it works as advertised. Biggest downside is that queries can take a few seconds to return with results. If you can live with that, I say definitely give it a go. Nick On 3 February 2015 at 19:42, Vinny P <[email protected]> wrote: > On Sun, Feb 1, 2015 at 4:00 PM, Shailendra Singh <[email protected]> > wrote: > >> This might be a question out of track. Somehow i figured out how to store >> multiple values in NDB i.e. using repeated properties. Now my next step is >> to create google chart. Can some one guide me for the same. I hadn't found >> much tutorials for google Chart + NDB . Google charts have google docs but >> their queries and functions are only for some of the data stores like >> google spreadsheet, fusion table etc. How can i used NDB queries to get >> data which is compatible for google chart. Any lead will be helpful. >> > > > > The exact process depends on your use case, but for the simplest case you > would retrieve the entity you need, retrieve all of the repeated > properties > <http://stackoverflow.com/questions/19829675/how-to-access-all-repeated-structured-properties-in-gae-ndb-python>, > then print out those values as part of a web page similar to this code: > https://developers.google.com/chart/interactive/docs/examples#table_example > > Did you want to make the data available as part of an API (since Google > Charts can load in JSON data) or write it directly into a web page? > > > > ----------------- > -Vinny P > Technology & Media Consultant > Chicago, IL > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/CALSvALDhpDgJ4JFfjiMk6Pb-pKo2-A73tXm0aZrViVxG8T77Mw%40mail.gmail.com > <https://groups.google.com/d/msgid/google-appengine/CALSvALDhpDgJ4JFfjiMk6Pb-pKo2-A73tXm0aZrViVxG8T77Mw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAOj3zuDu72G2CE6O_%2B35rbG9D-xs3jhJPOSfDeVpBWgScubhwQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
