Implementing a data source can be quite tricky, but there are libraries 
available in several different languages (python, PHP, java among others; 
see the list of 
tools<https://google-developers.appspot.com/chart/interactive/docs/dev/implementing_data_source#tools>)
 
that do most of the hard part for you.  You can also implement a custom 
data source that doesn't comply with the datasource protocols (which I 
gather you have attempted already according to your other forum threads) 
and use AJAX to query it.  There is no one "right" or "best" way to do it; 
the choice will depend on what your specific needs are.

On Monday, August 12, 2013 3:27:23 PM UTC-4, Razee Hussein-Jamal wrote:
>
>
> I am working on a project which I need to understand the best way to 
> develop a system where data is received from a mysql database.
>
> The data will be updated in daily basis, I would like to put filters when 
> I view data in google tables and different types of charts. 
>
> What I have seen is the Implementing the Chart Tools Datasource Protocol, 
> https://google-developers.appspot.com/chart/interactive/docs/dev/implementing_data_source
>   
> but which seems to be a bit complex?
>
> Or the Populating Data using Server-Side code, 
> https://google-developers.appspot.com/chart/interactive/docs/php_example
>
> I would appreciate any kind of recommendations for this project. Thank you 
> in advance
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to