Caching Api route response in redis/in-memory/memcache other methods to reduce db/external api calls?

This page summarizes the projects mentioned and recommended in the original post on /r/sveltejs

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 is a tool to cache fastapi response and function result, with backends support redis and memcached.

  • 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)

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Anomaly Detection with FiftyOne and Anomalib

    4 projects | dev.to | 6 May 2024
  • Chardet: Python Character Encoding Detector

    1 project | news.ycombinator.com | 6 May 2024
  • FLaNK-AIM Weekly 06 May 2024

    45 projects | dev.to | 6 May 2024
  • Show HN: Arbitrarily nestable tabs and splits for the qtile window manager

    2 projects | news.ycombinator.com | 6 May 2024
  • Vector Databases for generative AI applications

    1 project | dev.to | 6 May 2024