Skip to content

bilalc3/s3-surge-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Surge Cache

Description

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.

Installation

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

Usage

Proceed to use with Dockerfile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published