Skip to content

NGG-Group-CS320/Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database

Tutorials

Old Info you gotta know to connect

  • Host: cs320ngg.cyxkzezznjnl.us-east-1.rds.amazonaws.com
  • Database: HP_Systemsd
  • User: backend
  • Password: PM me for this
  • psql -h cs320ngg.cyxkzezznjnl.us-east-1.rds.amazonaws.com -U backend -d HP_Systems -p 5432

NEW INFO TO CONNECT

  • Host: ssh.mfdat.host
  • Database: HP_Project
  • User: backend
  • Password: PM me for this
  • psql -h ssh.mfdat.host -U backend -d HP_Project -p 5432

Tables/Views

  • hp: the old table before column adding and computations
  • hp_stats: contains min, max, avg, and stdDev for each system
  • hpnmb: the new all system hp table, has added computaions and columns
  • health_scores: table containing the different scores calculated in python
  • health_scores_scala: table containing the different scores calculated in scala
  • normalized_bandwith_date: contains misspelling but the rest of the queries use it computes normalized bandwidth for systems (bandwidth/maxBandwidth)

Program Files

  • querydump.sql contains many of the queries used
  • columns.py is used for creating the large create tables needed for our data
  • csvmerge.py is used for merging all of the 4500+ CSVs

Releases

No releases published

Packages

No packages published

Languages