2016年7月26日星期二

MediCurator Refactor and Add the Duplicate Detect




This week, I refactor the MediCurator into the three modules,

  1. medicurator-core for the core medicurator stuff.
  2. medicurator-server for the API.
  3. medicurator-client for the web app.

So that , I can avoid the dependencies conflicts.


And I add the near Duplicate Detect function to the web app and APIs.

    http://localhost:4567/duplicateSets?replicasetID1=***&replicasetID2=***

This makes the functions completely.

What's more, I write some scripts which make user to run my project easier.


Building

       ./compile.sh


Run webapp

       ./run_servlet.sh


Run Restful API

        ./run_api.sh


没有评论:

发表评论