Sage-Bionetworks/Bridge-Exporter

Name: Bridge-Exporter

Owner: Sage Bionetworks

Description: Worker app to aggregate Bridge uploads, survey answers, and health data daily, and export them to Synapse

Created: 2014-12-11 19:35:13.0

Updated: 2016-10-26 18:59:41.0

Pushed: 2017-12-24 19:59:35.0

Homepage: null

Size: 797

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Bridge Exporter (Bridge-EX)

Worker app to aggregate Bridge uploads, survey answers, and health data daily, and export them to Synapse

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

See main/resources/BridgeExporter.conf for an example. (Note that any attribute you don't add to your local conf file will fall back to the bundled conf file.)

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

(A full build takes about 1 min 15 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

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.