Skip to content
forked from OHDSI/gaiaDB

Splitting up components of the gaiaCore PR

Notifications You must be signed in to change notification settings

TuftsCTSI/gaiaDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gaiaDB

WARNING: this package is under-development and has only been tested using mock data

Introduction

TODO

Get Started

The quickest way to start using gaiaDB is by building or downloading the docker image and running a container. Alternatively, you can execute the init.sql script against your own PostgreSQL database.

Dockerized gaiaDB

You can build and run gaiaDB as a docker container with the following commands:

git clone https://github.com/OHDSI/gaiaDB.git

cd gaiaDB

docker build -t gaia-db .

docker run -itd --rm -e POSTGRES_PASSWORD=SuperSecret -e POSTGRES_USER=postgres -p 5432:5432 --name gaia-db gaia-db

Once deployed and (automatically) initialized, the containerized Postgres database includes:

  • GIS Catalog (backbone schema)
  • Constrained GIS vocabulary tables (vocabulary schema)
  • postgis tools (native to image, tiger schema)

Support

Please use the GitHub issue tracker for data issues and requests

Developer Guidelines

  • Please create a new issue for changes
  • Please create a new branch with code changes and create a Pull Request when ready for merge
  • Pull Requests must be reviewed before merging to main
  • After PR merge approval the branch will be evaluated and a determination will be made to keep the branch for further development or to delete the branch

About

Splitting up components of the gaiaCore PR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 83.7%
  • R 13.6%
  • Dockerfile 1.7%
  • Other 1.0%