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

  1. aiocache

    Asyncio cache manager for redis, memcached and memory

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. 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)

  4. fastapi-mvc

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

  5. fastapi_cache

    FastAPI simple cache

  6. guane-intern-fastapi

    FastAPI-PostgreSQL-Celery-RabbitMQ-Redis bakcend with Docker containerization

  7. hook-slinger

    A generic service to send, retry, and manage webhooks

  8. FastAPI-boilerplate

    An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis.

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
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 discussion

Log in or Post with

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,626
2.9
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
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?