Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.74 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.74 KB

Soil Data Repository Datastore

Background

DDL for a soil data repository database.

Documentation of this database, including the basic principles governing the design of the datastore, are described in the README document in the docs folder.

See the code folder READ ME file for instructions on building a new, empty instance of the database.

Docker Container

A Docker Container hosting the database can be created using Docker Compose. Before running Docker Compose please read the docker folder README as it documents the creation of environment files necessary to create the container. If these are not created, the container won't start.

Requirements

  • Docker

Running

Use docker compose command to run the project

docker compose build
docker compose up

Repository Content

What Where
PostgreSQL DDL ./code
Test data ./data
EDR PostgreSQL Docker Container ./docker
Database documentation and definitions ./docs
Figures for database documentation ./figs
pgTAP unit tests ./tests
Helper scripts ./scripts