Skip to content

Vandalism Detection: Example client demonstrating how to connect to the data server, and parse revisions and meta data.

Notifications You must be signed in to change notification settings

wsdm-cup-2017/wsdmcup17-demo-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vandalism Detection: Example client demonstrating how to connect to the data server, and parse revisions and meta data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages