Need help designing architecture to handle API rate limit

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

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
  • sidekiq-throttler

    Sidekiq middleware that adds the ability to rate limit job execution.

  • Haven't used it, but what about this gem - https://github.com/gevans/sidekiq-throttler

  • rack-throttle

    Rack middleware for rate-limiting incoming HTTP requests.

  • rack-throttle is usually used to throttle incoming requests, but it has a generic [Second](Rack::Throttle::Second) class which could be used to throttle any operation to a maximum number per second. It stores its counter in either redis or memcache, which will work as the shared store and be performant.

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

    An easy, distributed rate limiter using Redis

  • Here’s a possible solution that is similar to (although more complex than) what I ended up going with: https://github.com/nulib/redrate

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

  • RVM Ruby 2.6.0 — built with custom openssl version on Ubuntu 22.04

    2 projects | dev.to | 26 Apr 2024
  • Building a Sinatra app in Ruby

    1 project | dev.to | 9 Apr 2024
  • How to deploy a Rails 7 app to Heroku

    1 project | dev.to | 18 Mar 2024
  • Sinatra 4.0

    1 project | news.ycombinator.com | 25 Jan 2024
  • Building a Christmas-Themed Chatbot: My ServerlessGuru Hackathon Journey

    5 projects | dev.to | 17 Dec 2023