fastapi-cache VS fastapi_cache

Compare fastapi-cache vs fastapi_cache and see what are their differences.

fastapi-cache

fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached. (by long2ice)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fastapi-cache fastapi_cache
1 1
1,137 209
- -
8.3 0.0
about 2 months ago over 2 years ago
Python Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fastapi-cache

Posts with mentions or reviews of fastapi-cache. We have used some of these posts to build our list of alternatives and similar projects.
  • Caching Api route response in redis/in-memory/memcache other methods to reduce db/external api calls?
    1 project | /r/sveltejs | 4 May 2023
    Recently I had been working with a stock/derivatve market indicator platform for a client. It requires us to fetch data from timescaledb and then perform computation on it and display results. Now db call is expensive since ton of data and computation is also expensive. So waht we did was used Sveltekit woth sveltequery configured with auto refetch in frontend and used fastapi for creating apis which return the data pre computed. We used a https://github.com/long2ice/fastapi-cache library with it to make sure that computation happens only once and all the clients get cached response. I wonder if there is any library like this one which is easy to plug directly in sveltekit API route. So that we can move completely to sveltekit rather than maintaining seperate servers. (We would be using Danfo.js as replacement to pandas for computations)

fastapi_cache

Posts with mentions or reviews of fastapi_cache. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-01.

What are some alternatives?

When comparing fastapi-cache and fastapi_cache you can also consider the following projects:

aiocache - Asyncio cache manager for redis, memcached and memory

full-stack-fastapi-template - Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

fastapi-mvc - Developer productivity tool for making high-quality FastAPI production-ready APIs.

fastapi-users - Ready-to-use and customizable users management for FastAPI

fastapi-redis-cache - A simple and robust caching solution for FastAPI that interprets request header values and creates proper response header values (powered by Redis)

docker-flask-example - A production ready example Flask app that's using Docker and Docker Compose.

fastapi-crudrouter - A dynamic FastAPI router that automatically creates CRUD routes for your models

aiosql - Simple SQL in Python

openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

admin - A beautiful and fully-featured administration interface builder for hypermedia APIs

mangum - AWS Lambda support for ASGI applications