Skip to content

pddisense/pdd-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdd-server

Build Status

This repository contains the source code for the PDD server, which is written in Scala.

Build

To build the server, you will need Java JDK 8. The source is built with SBT, which can be automatically downloaded and configured by using the sbt wrapper script included at the root of the repository.

First clone the repository:

git clone [email protected]:pddisense/pdd-server.git
cd pdd-server

Then build and test the server:

./sbt compile test

Please note that the tests require to have a local MySQL server running. ./sbt compile can be used to only build the server, ./sbt run to run it locally.

About

Private Data Donor is a research project whose goal is to gather statistics about Web search queries in a privacy-preserving way. Collected data is then used to help monitoring and predicting outbreaks of infectious diseases such as flu. It is developed by UCL's CS department, in the frame of the i-sense project, the EPSRC IRC in Early Warning Sensing Systems for Infectious Diseases.

License

Private Data Donor is made available under the terms of the GNU GPL v3.