From 9dfae547ce9a7b8d2fd8c9cfaf6773435a545046 Mon Sep 17 00:00:00 2001 From: youainti Date: Thu, 24 Mar 2022 17:58:18 -0700 Subject: [PATCH] began rewriting README --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2c90cab..1f8b215 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,13 @@ This is used to build tools which process and standardize the data. More data later. -# proposed architecture: +# Outline -AACT Dockerfile #when built on its own, allows for the creation of the AACT database. - - Should create appropriate users. - - +## Directory Tree +AACT_downloader -ClinicalTrialHistory Dockerfile #inherits from AACT (multistage builds?) and adds initialization steps to the database. - - adds schemas, tables, and views for both http requests and parsed history tables. - - adds connection roles - - adds connection users -ClinicalTrialDataProcessing docker-compose.yaml #deploys a ClinicalTrialHistory container, pgadmin4, and eventually the downloading program/environment. +## Key files index # Background on Docker Docker uses the following flow @@ -58,4 +53,4 @@ Good for longer term storage such as databases. ### Bind mounts (docker-compose.yaml) Bind mounts are used to make a host filesystem resource -available \ No newline at end of file +available