Sage-Bionetworks/BridgeWorkerPlatform

Name: BridgeWorkerPlatform

Owner: Sage Bionetworks

Description: General platform holding all services in Bridge

Created: 2016-10-31 21:04:48.0

Updated: 2017-11-14 22:51:56.0

Pushed: 2018-01-18 00:53:54.0

Homepage: null

Size: 75

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Bridge Worker Platform

A general platform working as a service multiplexer to call different services based on sqs msg

Set-up: In your home directory, add a file BridgeWorkerPlatform.conf and add

To run a full build (including compile, unit tests, findbugs, and jacoco test coverage), run: mvn verify

(A full build takes about 30 seconds on my laptop, from a clean workspace.)

To just run findbugs, run: mvn compile findbugs:check

To run findbugs and get a friendly GUI to read about the bugs, run: mvn compile findbugs:findbugs findbugs:gui

To run jacoco coverage reports and checks, run: mvn test jacoco:report jacoco:check

Jacoco report will be in target/site/jacoco/index.html

To run this locally, run mvn spring-boot:run

To debug remotely, run: mvn spring-boot:run -Drun.jvmArguments=“-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005”

Useful Spring Boot / Maven development resouces: http://stackoverflow.com/questions/27323104/spring-boot-and-maven-exec-plugin-issue http://techblog.molindo.at/2007/11/maven-unable-to-find-resources-in-test-cases.html


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.