Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuokri/github-readme-stats-cache
Sanic caching proxy for "GitHub Readme Stats" app.
https://github.com/tuokri/github-readme-stats-cache
cache celery proxy-server redis sanic sanic-framework
Last synced: about 1 month ago
JSON representation
Sanic caching proxy for "GitHub Readme Stats" app.
- Host: GitHub
- URL: https://github.com/tuokri/github-readme-stats-cache
- Owner: tuokri
- License: mit
- Created: 2022-12-18T05:59:25.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T02:33:16.000Z (8 months ago)
- Last Synced: 2024-05-06T03:33:38.492Z (8 months ago)
- Topics: cache, celery, proxy-server, redis, sanic, sanic-framework
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GitHub Readme Stats Cache
### Description
Sanic app that proxies and caches responses from my
[GitHub Readme Stats](https://github.com/tuokri/github-readme-stats)
fork deployed on Vercel.### Why?
When GitHub Readme Stats is deployed with a free Vercel
plan, it seems to timeout sometimes, causing broken images in my
GitHub profile. This is solved using a proxy cache with a task
queue (Celery).---
### Development TODOs
- Replace Celery with taskiq?