NTX-McGill / NeuroTechX-McGill-2021

Other
16 stars 5 forks source link

Software (backend): Setup database #75

Closed mlej8 closed 2 years ago

mlej8 commented 2 years ago

Setup a database hosted on AWS, GCP or Azure to host the collected data. (will be using team budjet)

mlej8 commented 2 years ago

Make sure to send me a message on Slack while working on this, we'll need to create a team account on the chosen platform.

mlej8 commented 2 years ago

This will require to come up with a database schema which is appropriate for storing the collected labeled data. We want to implement this schema using SQLAlchemy so that we can use an ORM to interact with the database.