Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 856 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 856 Bytes

WSDM Cup 2017 Simple Demo Program

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.

Installation

In Eclipse, executing "Run As -> Maven install" creates a JAR file which includes all dependencies.

Execution

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

Connecting to the server

  1. Start the data server
  2. Start the demo program with the appropriate address and access token