Skip to content

dehall/example-exporter-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is a simple demonstration of a custom Synthea™ exporter that writes to a Postgres database. It is not intended for production use, frankly it is not even intended for development use.

Run the following command to produce the jar file:

./gradlew jar

The jar file will be created at ./build/libs/example-exporter-postgres.jar.

Usage

For the basics of running Synthea, please refer to Basic Setup and Running or Developer Setup and Running on the Synthea wiki.

If you are using the "Basic Setup" of Synthea, add your .jar file to the classpath and run Synthea as follows:

java -jar synthea-with-dependencies.jar -cp path/to/example-exporter-postgres.jar

Other options may be appended to the end of the command as usual.

If you are using the "Developer Setup" of Synthea, add example-exporter-postgres.jar to its ./lib/custom/ directory, and run synthea with ./run_synthea, with other options appended to the end of the command as usual.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages