Rostlab / JS16_ProjectA

In this project we will lay the foundations for our system by integrating data from multiple sources into a central database. The database will serve the apps and the visualization tool that will be developed in other projects.
GNU General Public License v3.0
28 stars 14 forks source link

JS16_ProjectA Build Status Code Climate Codacy Badge

In this project we will lay the foundations for our system by integrating data from multiple sources into a central database. The database will serve the apps and the visualization tool that will be developed in other projects.

Links

Developer information

Documentation

We are using apidoc to generate documentation for the RESTful API service. To get started follow these instructions:

Setup NodeJS & MongoDB

Scraping and filling the database

x is in the following a placeholder and has to be replaced by the intended collection. (e.g. characters)

Available Collections:

Updating the pageRank of characters

x is a placeholder for the file containing the pageRanks. (e.g. data/pageRanks.json)