i was just wondering if it is possible to write queries and do processing on the result (requery and do further process if required) all this as a part of a 'freebase App' on freebase.com. And then create a local Web application on my laptop using eclipse and make use of the above (maybe via some api, ajax, etc..) to get back the result and then do some more processing at my local server (localhost) and finally display it.. is this possible?? if yes can you plz brief...
I ask this because, as i have heard there are two ways of using freebase,
- create and host in ACRE
- web site/app making API calls to freebase along with MQL query as a parameter
I have some processing logic which i want to perform on the resulting query before displaying, but i dont want to put it as open source.