Surge Cache is a high-performance caching system designed to speed up web applications by temporarily storing pieces of content. This reduces the number of times that data must be read from the database or computed by the application.
To install Surge Cache, follow these steps:
git clone
cd s3-surge-cache
# If you're using a virtual environment
python3 -m venv venv
source venv/bin/activate
# Install the dependencies
pip install -r requirements.txt
Proceed to use with Dockerfile