Go Echo server generator

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
  • openapi-generator

    OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

  • You can use .openapi-generator-ignore to skip certain files from being generated: https://github.com/OpenAPITools/openapi-generator/blob/master/docs/customization.md#ignore-file-format. It works very similar to .gitignore.

  • Echo

    High performance, minimalist Go web framework

  • We've just added a Go Echo server generator to the openapi-generator project.

  • 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
  • oapi-codegen

    Generate Go client and server boilerplate from OpenAPI 3 specifications

  • This is a great addition to the ecosystem. We've been happily using https://github.com/deepmap/oapi-codegen to generate Echo servers for some time.

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

  • OpenAPI in a serverless repo

    2 projects | /r/node | 10 Jul 2023
  • How do you write lots of HTTP clients?

    3 projects | /r/golang | 29 Apr 2022
  • Looking for full-featured OpenAPI generator for Go

    6 projects | /r/golang | 26 Sep 2021
  • OpenAPI Spec-First API Development

    6 projects | dev.to | 2 May 2021
  • Trying out NestJS part 4: Generate typescript clients from OpenAPI documents

    3 projects | dev.to | 28 Mar 2021