/Aws-RDS-memcache

Developed and deployed a web application to store and retrieve files on an EC2 using RDS and mem cache

Primary LanguagePython

Name:Shereen Hasan
Project:Aws-RDS-memcahce

Platform:Aws-RDS-Memcache
Programming Language:Python




----------------------INSTALLING-------------------------
 -Make an Aws Account
 -Add the credentials
 -Run the Program



----------------------Code BreakDown-------------------------
->Connection(): Connect to S3 by using your credentials

->Createtable(): To create a table using RDS

->commitingquery(): To commit the query 

->memcache(): To run the query through memcache

->randomquery(): To run the query normally without cache

->callingfunc(): To decide that the query has to run through memcache() and randomquery()