TODO
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.
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 --network gaia -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)
Please use the GitHub issue tracker for data issues and requests