ust:meeting_minutes_mar._9

Meeting Minutes: March 9, 2020

Attendance:

Kevin, Andrew, Jonathan, Jianna

Current Updates:

  • Database accounts created for all members
    • ssh [email protected] -p 11144
    • Change default password: salty8814pilot
    • Re-login through ssh command above
    • psql -d control_tower -U control_tower_ro -c “SELECT * FROM apple ORDER BY time_received DESC LIMIT 10”
  • Worked on Mid-Semester Progress Report
  • Continued working on understanding backend API and client
  • Found tutorial implementing API & Client together

Past Updates:

  • Kenny recommends API routing for dashboard
    • HTTP Protocol: GET /apple, /bumblebee, /guava, /cranberry
    • SCEL database not set up to accept remote connections; SSH Tunneling available
  • Researching ways to connect Node.js with PostgreSQL
    • Researching node-postgres, a package that contains node.js modules and functions for interfacing with a PostgreSQL database
  • Approach:
    • Create RESTful API to get results from SCEL gateway
    • Link API database results with dashboard client components

Future Tasks:

  • Begin creating RESTful API
  • Complete Mid-Semester Progress Report

Authors

Contributing authors:

kliu

Created by kliu on 2020/03/10 02:27.

  • ust/meeting_minutes_mar._9.txt
  • Last modified: 2021/09/19 21:59
  • (external edit)