supereeg icon indicating copy to clipboard operation
supereeg copied to clipboard

Web app resources/architecture

Open tmuntianu opened this issue 5 years ago • 0 comments

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

tmuntianu avatar Oct 15 '19 02:10 tmuntianu