Open tmuntianu opened 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
Binary
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