Public APIs are crucial when building SaaS

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

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
  • swagger-ui

    Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

  • It makes sense for pretty much every service to add public APIs and allow others to integrate. It opens up new use-cases and revenue streams, and for the most part we already have these APIs. OpenAPI makes it pretty easy to define the APIs, and then generate the web interfaces in your language, generate documentation, generate mocks, generate tests, etc... All those generated stuff is super important: Developers will need the documentation to use your API and do the integrations. Mocks will allow them to test the integration without loading your production application. Generated tests will let you continuously validate that you didn't break the APIs (since other developers will rely on their for their applications, it is critical not to break their applications - they won't come back and tell their friends). https://swagger.io/ has great tools for OpenAPI.

  • free-for-dev

    A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

  • Using free API's sometimes has it's drawbacks. I built a product on faunaDB because it's serverless/scalable etc but it's extremely difficult to use since they use their "special" query language and the database availability is quite poor. I switched to MongoDB atlas and it's been good so far. Also, there's cockroachDB, and a whole lot of free tools here https://github.com/ripienaar/free-for-dev

  • 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

  • Como deixar o Swagger com tema dark mode usando NestJS

    2 projects | dev.to | 5 Nov 2023
  • Munca in QA manual

    1 project | /r/programare | 11 Jul 2023
  • ChatGPT: how I used it to convert HTTP requests to OpenAPI document

    2 projects | dev.to | 10 Jul 2023
  • Backend Developer GitHub Projects?

    1 project | /r/SpringBoot | 14 Jun 2023
  • Computer Science degree as a technical writer

    1 project | /r/technicalwriting | 12 Jun 2023