Skip to content

rafaelzlisboa/influenza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

influenza

Calculate the most influential people in a social network*. The solution is built in clojure. It uses compojure for http routing, expectations for the tests and leiningen as the task runner. It reads a social network graph from a file located at resources/edges on startup.

* might also be used to identify the more efficient people to spread a zombie virus.

Getting started

Before you start, you will need (Leiningen)[http://leiningen.org/] and a version of the Java Development Kit (JDK) installed.

Then, download the project dependencies using:

$ lein deps

Interacting with the service

You can start the service with:

$ lein ring server-headless

Once it's running, it will listen for HTTP requests on port 3000. Then, you can:

Running the tests

To run the tests:

$ lein test

To listen and run the tests on every file change:

$ lein autoexpect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published