Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.64 KB

Dependencies.md

File metadata and controls

45 lines (26 loc) · 1.64 KB

Dependencies

This version of Biobank uses the following open source tools / software packages:

  • Play Framework

    Play is an open source web application framework, written in Scala and Java, which follows the model–view–controller (MVC) architectural pattern. It aims to optimize developer productivity by using convention over configuration, hot code reloading and display of errors in the browser.

  • Akka Persistence

    Adds scalable actor state persistence and at-least-once message delivery guarantees.

  • MongoDB

    A document based NoSQL database and provides an event store implementation that stores event streams in a MongoDB database.

  • MySQL

    A SQL relational database management system used to store the query model.

  • node.js

    Node.js is a software platform for scalable server-side and networking applications. Node.js applications are written in JavaScript.

  • AngularJS

    AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

  • Twitter Bootstrap

    Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web user interface development

  • ScalaPB

    Used to generate the scala files from protobuf proto files.


Back to top