Difference between revisions of "Blitvak Week 6"

From LMU BioDB 2015
Jump to: navigation, search
(creation of week 6 page outline)
 
(some more information added to first section)
Line 1: Line 1:
 
==Individual Journal Assignment Week 6==
 
==Individual Journal Assignment Week 6==
  
===Downloading and Decompressing Data Files===
+
===Downloading and Decompressing Data Files, Other Assignment Preparation===
 +
*Looking over the [[Week 6| Week 6 Assignment Page]], I found that <code>curl -O http://www.fda.gov/downloads/Drugs/InformationOnDrugs/UCM054599.zip</code> can be used, while I am in the ''/nfs/home/blitvak'' directory, to place a .zip containing the data files directly into my personal folder. I found that <code>unzip UCM054599.zip</code> unzips the files into the personal folder.
 +
*I also downloaded and installed pgAdmin III from [http://www.pgadmin.org/ http://www.pgadmin.org/]
 +
 
 +
 
 +
 
 +
 
 +
 
  
 
===Defining the appropriate tables for the ''Application'' and ''Product entities''===
 
===Defining the appropriate tables for the ''Application'' and ''Product entities''===

Revision as of 02:51, 11 October 2015

Individual Journal Assignment Week 6

Downloading and Decompressing Data Files, Other Assignment Preparation




Defining the appropriate tables for the Application and Product entities

Process the data files for these entities then load them into those tables

Questions Regarding Database Creation