Skip to content
/ gaiaDB Public

A staging database and collection of transformation recipes for public place-based datasets

Notifications You must be signed in to change notification settings

OHDSI/gaiaDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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.

Dockerized gaiaDB

You can run this container directly with the following command:

sudo docker run --rm --env POSTGRES_PASSWORD=<YOUR PASSWORD> <IMAGE NAME>:latest

This image is based on the alpine flavored postgis base image. The initialization script for the database combines and modifies existing sql scripts used in both the catalog initialization (via the backbone schema) and the vocabulary integration.

Once deployed and auto-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

About

A staging database and collection of transformation recipes for public place-based datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published