Ask HN: When an API is down, what do you usually do?

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

    Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.

  • I generally will use vcr[0] or something similar to record requests and then I write tests and code against that.

    3rd parties go down, it happens. In general a system that is dependent on a third party should have some non exceptional behavior when that happens.

    So if I’m not setup with vcr, and 3rd party is down- I would on the behavior for what happens when it’s down.

    [0] https://github.com/vcr/vcr

  • 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

  • Spring: Rails Application Preloader

    1 project | news.ycombinator.com | 25 Apr 2024
  • About time: how to unit test code that depends on time

    3 projects | news.ycombinator.com | 19 Dec 2023
  • Creating integration tests for a backend legacy codebase

    2 projects | dev.to | 11 Apr 2023
  • I isolated the entire codebase from external data sources and made a generator of automated tests

    2 projects | /r/ExperiencedDevs | 6 Apr 2023
  • When to mock and what to mock in a Web API?

    3 projects | /r/golang | 23 Mar 2023