Using a disk-backed Redis alternative to reduce AWS S3 bill

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Distributed, sharded in-memory cache and proxy for S3

  • SQLAlchemy

    The Database Toolkit for Python

  • Hadn't heard of MinIO. We looked into another S3 caching solution that someone linked in comments here, but it came down to we already used SSDB in production. Also, a personal preference of mine is to keep all logic in Python. For ex: We use SQLAlchemy as the source of truth for our relational database schema, and we use Alembic to manage database schema changes in Python. We even keep the sharding of Postgres tables in Python [1]. It fits with my preference to keep this caching logic also in Python, by reading/writing directly to the cache and S3 from the Python app and workers.

    [1] https://github.com/sqlalchemy/sqlalchemy/issues/6055#issueco...

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

    A complete Golang client for SeaweedFS

  • (I work on SeaweedFS) How about using SeaweedFS? https://github.com/chrislusf/seaweedfs

    With your dedicated server, the latency is consistent, No API/network cost. Extra data can be tiered to S3.

    Basically it is a key-file store.

    https://github.com/chrislusf/seaweedfs/wiki/Filer-as-a-Key-L...

    https://github.com/chrislusf/seaweedfs/wiki/Cloud-Tier

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

  • How data is stored in S3, RDS and DynamiDB.

    1 project | /r/aws | 31 May 2022
  • File system with permanent public random uuid url

    2 projects | /r/selfhosted | 23 Aug 2021
  • Tools & Info for Sysadmins - MS Mac Downloads, Cabling Tip, CSP Cheatsheet & More

    1 project | /r/sysadmin | 6 Jul 2021
  • Finding smaller open source projects

    1 project | /r/opensource | 15 Jun 2021
  • Xz/liblzma: Bash-stage Obfuscation Explained

    1 project | news.ycombinator.com | 31 Mar 2024