Hi J@tin,
Yeah, I have gone through that doco. But, my concern is only on open data table. The current doco says that we need to put the open data table in certain machine which is reachable by yahoo.
What I need is to get rid of the step to put the open data table in the public machine. While, I dont have machine which is reachable by yahoo. Thus, I want to make the open data table is being read dynamically by yahoo without storing it in any public machine. Would it be possible?
Regards,
Arie
Arie,
You can get any file you check into github and use it as a open data table in YQL, for example:
You can get this table in github:
http://github.com/yql/yql-tables/blob/mast...eds.popular.xmlUsing this statement:
use "http://github.com/yql/yql-tables/raw/master/delicious/delicious.feeds.popular.xml";
select * from delicious.feeds.popular
Any code hosting environment can do this type of thing (github, googlecode etc)
We are exploring a way to host tables in YQL itself but thats not available yet.
Jonathan