Adrian, >At the moment I'm working on checking which entries equal one of the example queries at https://www.wikidata.org/>wiki/Wikidata:SPARQL_query_serv ice/queries/examples <https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples> using this <https://github.com/Wikidata/QueryAnalysis/blob/master/src/main/java/general/Main.java#L339-L376> code.
The stats machines are useful to analyze data but we do not use them to do development. It seems like you would benefit from querying a development instance of wikidatata and looking at development logs to know what to expect. We strongly advise against doing development in production, looking at logs in a development environment would be synchronous so you can get your answers fast. Thanks, Nuria On Sat, May 13, 2017 at 5:47 PM, Addshore <[email protected]> wrote: > You should be able to connect to query.wikidata.org via the webproxy. > > https://wikitech.wikimedia.org/wiki/HTTP_proxy > > On Sat, 13 May 2017 at 15:23 Adrian Bielefeldt < > [email protected]> wrote: > >> Hello Nuri, >> >> I'm working on a project >> <https://meta.wikimedia.org/wiki/Research:Understanding_Wikidata_Queries> >> analyzing the wikidata SPARQL-queries. We extract specific fields (e.g. >> uri_query, hour) from wmf.wdqs_extract, parse the queries with a java >> program using open_rdf as the parser and then analyze it for different >> metrics like variable count, which entities are being used and so on. >> >> At the moment I'm working on checking which entries equal one of the >> example queries at https://www.wikidata.org/wiki/Wikidata:SPARQL_query_ >> service/queries/examples using this >> <https://github.com/Wikidata/QueryAnalysis/blob/master/src/main/java/general/Main.java#L339-L376> >> code. Unfortunately the program cannot connect to the website, so I'm >> assuming I have to create an exception for this request or ask for it to be >> created. >> >> Greetings, >> >> Adrian >> _______________________________________________ >> Analytics mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/analytics >> > > _______________________________________________ > Analytics mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/analytics > >
_______________________________________________ Analytics mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/analytics
