If you want to generalize your gdom query to any page, just rewrite your query file adding the$pagevar. So should look to something like this: query($page:String) {page(url:$page) {# ...} } And then, query it like: gdom QUERY_FILE http://news.ycombinator.com Contributors3...
Additionally as we look outside of Linux (which is really optimized in these areas), other systems caches are (in some cases? in many cases) a lot more suboptimal or even non-exstent (e.g. in BSD where every fs driver used to need to implement their own cache). I had a big confi...
If you want to generalize your gdom query to any page, just rewrite your query file adding the$pagevar. So should look to something like this: query($page:String) {page(url:$page) {# ...} } And then, query it like: gdom QUERY_FILE http://news.ycombinator.com...