fastapi-cache

fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached. (by long2ice)

Fastapi-cache Alternatives

Similar projects and alternatives to fastapi-cache based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better fastapi-cache alternative or higher similarity.

fastapi-cache reviews and mentions

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)

Stats

Basic fastapi-cache repo stats
1
1,132
8.3
about 2 months ago

long2ice/fastapi-cache is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of fastapi-cache is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com