Can you help me build a better API?

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

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

    Discontinued An open source, free to use API that serves fake products for quick prototyping. (by mar-cial)

  • equalizer

    A rate limiters package for Go (by reugn)

  • You could use a rate limiter package like equalizer (note: i've never used this, just happened to see it the other day), or you could roll your own as a fun practice program. The TL;DR is that you identify users based on some metric, such as IP address, and then have a counter that tracks how many requests they make in a short period of time, and if they make over the threshold, you start returning 429 Rate Limit Exceeded errors.

  • 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

  • [equalizer] A no ordinary rate limiter algorithms package.

    2 projects | /r/golang | 15 Jan 2021
  • Software Engineering Workflow

    6 projects | dev.to | 8 Apr 2024
  • How can i improve my web scraper to be less abusive to the website.

    1 project | /r/node | 30 Jun 2023
  • Bottleneck not working for Deno? What's a good replacement?

    1 project | /r/Deno | 22 Dec 2022
  • My Minimal Web Development Setup

    4 projects | dev.to | 7 Aug 2022