ContextLab / supereeg

Infer activity throughout the brain from a small(ish) number of electrodes using Gaussian process regression
Other
33 stars 15 forks source link

Web app resources/architecture #201

Open tmuntianu opened 5 years ago

tmuntianu commented 5 years ago

https://streamlit.io/ for the client-side

aws serverless architechture for the backend - leveraging scaling lambda, and dynamodb, built on flask for easy api development and interoperability with supereeg https://serverless.com/blog/flask-python-rest-api-serverless-lambda-dynamodb/

how to deal with large files on aws; either compress them and store them in Binary on dynamodb or upload to s3 and store identifier in dynamodb https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-use-s3-too.html