This program demonstrates how to connect to the WSDM Cup data server, and how to parse revisions and meta data. It is only meant as an example, and participants are free to implement their programs in another programming language, with other libraries or in a different way.
In Eclipse, executing "Run As -> Maven install" creates a JAR file which includes all dependencies.
The program is started with the following command line arguments:
-s address of data server (in the format HOST_NAME|IP_ADDRESS:PORT_NUMBER)
-t access token needed to connect to data server
- Start the data server
- Start the demo program with the appropriate address and access token