Cache Store for storing db tables with indexes

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

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

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  • Simple key-value stores like redis or memcached come to mind. You could then store every sql result there, using the query as key (or a md5 hash of it). If you want to make sure the first latency per day doesn't hit the end user at all you might need to implement a cache-warmup script though.

  • Memcached

    memcached development tree

  • Simple key-value stores like redis or memcached come to mind. You could then store every sql result there, using the query as key (or a md5 hash of it). If you want to make sure the first latency per day doesn't hit the end user at all you might need to implement a cache-warmup script though.

  • 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
  • redis-sql-trino

    Real-time Indexed SQL Queries for Redis

  • Seems to come close to what you’re looking for, and you could bolt on this project to get closer to SQL https://github.com/redis-field-engineering/redis-sql

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

  • Supercharge your workflow with Husky, Lint Staged and Commitlint

    2 projects | dev.to | 7 May 2024
  • Hanami and HTMX - progress bar

    5 projects | dev.to | 7 May 2024
  • What do you want to watch next? This is why I built GoodWatch.

    6 projects | dev.to | 5 May 2024
  • Top 10 GitHub Repositories for Python and Java Developers

    21 projects | dev.to | 3 May 2024
  • This Week In Python

    5 projects | dev.to | 26 Apr 2024