From ecf3307ecc192dda18751cba8f19e2021f1df3f6 Mon Sep 17 00:00:00 2001 From: Christian Reich Date: Thu, 19 Mar 2015 00:37:16 -0400 Subject: [PATCH] Add readme files --- Version4/Oracle/README.md | 14 ++++++++++++++ Version4/PostgreSQL/README.md | 13 +++++++++++++ Version4/SQL Server/README.md | 14 ++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 Version4/Oracle/README.md create mode 100644 Version4/PostgreSQL/README.md create mode 100644 Version4/SQL Server/README.md diff --git a/Version4/Oracle/README.md b/Version4/Oracle/README.md new file mode 100644 index 0000000..4b362b0 --- /dev/null +++ b/Version4/Oracle/README.md @@ -0,0 +1,14 @@ +Common-Data-Model / Oracle +================= + +This folder contains the SQL scripts for Oracle. + +In order to create your instantiation of the Common Data Model, we recommend following these steps: + +1. Create an empty schema. + +2. Execute the script `CDM V4 ddl.sql` to create the tables and fields. + +3. Load your data into the schema using the loading scripts in VocabImport + +Note: you could also apply the constraints and the indexes after loading the data, this will speed up the insertion of the data considerably. diff --git a/Version4/PostgreSQL/README.md b/Version4/PostgreSQL/README.md new file mode 100644 index 0000000..7e4699b --- /dev/null +++ b/Version4/PostgreSQL/README.md @@ -0,0 +1,13 @@ +Common-Data-Model / PostgreSQL +================= + +This folder contains the SQL scripts for PostgreSQL. + +In order to create your instantiation of the Common Data Model, we recommend following these steps: + +1. Create an empty schema. + +2. Execute the script `CDM V4 ddl.sql` to create the tables and fields. + +3. Load your data into the schema. + diff --git a/Version4/SQL Server/README.md b/Version4/SQL Server/README.md new file mode 100644 index 0000000..4b362b0 --- /dev/null +++ b/Version4/SQL Server/README.md @@ -0,0 +1,14 @@ +Common-Data-Model / Oracle +================= + +This folder contains the SQL scripts for Oracle. + +In order to create your instantiation of the Common Data Model, we recommend following these steps: + +1. Create an empty schema. + +2. Execute the script `CDM V4 ddl.sql` to create the tables and fields. + +3. Load your data into the schema using the loading scripts in VocabImport + +Note: you could also apply the constraints and the indexes after loading the data, this will speed up the insertion of the data considerably.