Request Validations in Go REST 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
  • validator

    :100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving

  • I use https://github.com/go-playground/validator, but honestly, I am not a fan. I just haven’t found anything better.

  • jio

    jio is a json schema validator similar to joi

  • 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
  • ozzo-validation

    An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.

  • render

    easily manage HTTP request / response payloads of Go HTTP services (by go-chi)

  • Rather simple but works well for us, https://github.com/go-chi/render Binder interface.

  • validation

    Golang validation framework based on static typing and generics (by muonsoft)

  • valgo

    Valgo is a type-safe, expressive, and extensible validator library for Golang. Supports localization and is built with generics.

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

  • API completa em Golang - Parte 3

    2 projects | dev.to | 16 Dec 2023
  • Best practices of validation on web apps?

    3 projects | /r/golang | 10 Feb 2023
  • Proper validation package suggestion

    5 projects | /r/golang | 7 Dec 2022
  • is there an open library for validating cron job expression?

    3 projects | /r/golang | 30 Nov 2022
  • How do you validate your structures?

    5 projects | /r/golang | 31 May 2021