Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 20 Python Caching Projects
-
-
Here is an example of such thing https://github.com/Suor/django-cacheops/blob/8b3a79de29b2545...
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
DiskCache
Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python.
Project mention: Making a Password Manager, Should I Use MySQL or SQLite 3? | /r/Python | 2022-06-14Based on your question about SQLite, it seems like you want to store the database inside of the program as opposed to on the internet. Furthermore, your data doesn't seem to be super relational to my knowledge. You might be better off using something like diskcache to store the data instead.
-
-
-
Project mention: Easiest way to add write-through cache for auth_user queries? | /r/django | 2023-05-16
There's also django-cache-machine if you'd like to do model caching on a more general level. It sounds promising, but I haven't used it, so can't speak to its capabilities.
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
Project mention: How to use mkdocs to write the top-level README for GitHub? | /r/learnpython | 2023-02-03
But I have one hurdle I haven't managed to get over, and that's writing the top-level README that GitHub shows when you visit the project, like this: https://github.com/rec/safer
-
-
cashier offers persistent caching that can persist across executions if you use explicit file paths for the cache.
-
-
-
-
-
-
Project mention: Show HN: Mr. Graph. A graph deifnition and execution library for Python | news.ycombinator.com | 2023-03-15
alkymi (https://github.com/MathiasStokholm/alkymi) is such a library (disclaimer: I'm the author). I built alkymi to help me cache complex data pipelines, while still having all the niceties of Python.
-
-
Project mention: Build a Robust Monitoring System with Flask and SQLAlchemy to Keep Your System Online | /r/Python | 2023-02-28
GitHub link: https://github.com/Shikha-code36/Restaurant-Monitoring-System
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Caching related posts
- Easiest way to add write-through cache for auth_user queries?
- Ban 1+N in Django
- Show HN: Mr. Graph. A graph deifnition and execution library for Python
- Rememberer package
- Python deserves a good in-memory cache library!
- How to use mkdocs to write the top-level README for GitHub?
- Fixing Python's "Cachetools" Library
-
A note from our sponsor - Sonar
www.sonarsource.com | 7 Jun 2023
Index
What are some of the best open-source Caching projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | Joblib | 3,280 |
2 | django-cacheops | 1,853 |
3 | DiskCache | 1,779 |
4 | cachetools | 1,675 |
5 | python-diskcache | 1,026 |
6 | django-cache-machine | 858 |
7 | Beaker | 508 |
8 | Cachier | 445 |
9 | johnny-cache | 304 |
10 | safer | 175 |
11 | hazelcast-python-client | 106 |
12 | cashier | 82 |
13 | wagtail-cache | 71 |
14 | Zict | 65 |
15 | django-viewlet | 61 |
16 | Chest | 59 |
17 | flask-cache-redis | 43 |
18 | alkymi | 43 |
19 | httpx-cache | 37 |
20 | Restaurant-Monitoring-System | 3 |