Skip to content
Wang Wei edited this page Apr 4, 2016 · 4 revisions

Welcome to the wfe_website wiki!

Here we can find useful information about our project setup so that the detailed steps do not get lost in emails.

List of user stories

  • Only approved person can access certain data
  • User can search his allowed dataset by date, topic, and data type (audio/video/text annotation)
  • Users can form study groups and choose to receive (or not) notification for the study
  • Skim through the video for fast access (eg. thumbnails images)

System architecture

  • Metadata -> Database (MySql)
  • WebApp (reads the db, generate dynamic webpages, searching, and filtering)
  • Migration tool ( From Raw Recordings to AWS webapp backend)
  • Transcode (preserve metadata if possible)
  • Upload to S3
  • Metadata indexing -> sqlite (MySql in the end)

Clone this wiki locally