Library idea any good?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • annie

    Go yaml validator

  • Symfony framework ecosystem has a configuration validator from different sources (yaml, json etc...) https://symfony.com/doc/current/components/config/definition.html. I thought creating one for Go. Here it is https://github.com/MarioLegenda/annie. It is a prototype done in a single day so it has a memory leak or two. Code review is fine but keep in mind its just a prototype. What I would like to know is this something necessary for the Go ecosystem and did you ever need something like this?

  • validator

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

  • It's a useful idea, but IMO the api for https://github.com/go-playground/validator is nicer and the extendability is always a plus. Beyond that I'm curious why NewAnnie is in internal instead of in pkg where external code would be able to use it.

  • 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