Restful API with Golang practical approach

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. migrate

    Database migrations. CLI and Golang library.

    The initial requirement before we start our tutorial is to make sure that you have the following installed setup on your computer: 1) Golang (https://go.dev/doc/install) 2) IDE of your choice VSCode or GoLand JetBrains. 3) Postgresql (https://www.postgresql.org/download/) 4) Insomnia (https://insomnia.rest/) 5) Golang-Migrate (https://github.com/golang-migrate/migrate/blob/master/cmd/migrate/README.md)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. mux

    Discontinued A powerful HTTP router and URL matcher for building Go web servers with 🦍

    mux: Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. Read in full from here (https://github.com/gorilla/mux)

  4. logrus

    Structured, pluggable logging for Go.

    logrus: Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger. (https://github.com/sirupsen/logrus)

  5. sqlx

    general purpose extensions to golang's database/sql

    sqlx: sqlx is a library which provides a set of extensions on go's standard database/sql library. (https://github.com/jmoiron/sqlx)

  6. pq

    Pure Go Postgres driver for database/sql

  7. govalidator

    [Go] Package of validators and sanitizers for strings, numerics, slices and structs

    govalidator: A package of validators and sanitisers for strings, structs and collections (https://github.com/asaskevich/govalidator)

  8. insomnia

    The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.

    The initial requirement before we start our tutorial is to make sure that you have the following installed setup on your computer: 1) Golang (https://go.dev/doc/install) 2) IDE of your choice VSCode or GoLand JetBrains. 3) Postgresql (https://www.postgresql.org/download/) 4) Insomnia (https://insomnia.rest/) 5) Golang-Migrate (https://github.com/golang-migrate/migrate/blob/master/cmd/migrate/README.md)

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. godotenv

    A Go port of Ruby's dotenv library (Loads environment variables from .env files)

    envconfig: Library for managing configuration data from environment variables (https://github.com/joho/godotenv)

  11. rest-api

    The source code for this tutorial can be found here

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

  • Golang equivalent of MyBatis/iBatis

    4 projects | /r/golang | 3 Jul 2023
  • Does sqlc/sqlx support MS-SQLServer? All examples for sqlc with postgres and mysql

    2 projects | /r/golang | 23 Feb 2023
  • Dapper-like ORM, Mapping

    9 projects | /r/golang | 6 Oct 2022
  • psql driver that supports the sql.NamedArgs & sql.Named?

    2 projects | /r/golang | 24 Apr 2022
  • Looking for open source project to learn from

    6 projects | /r/golang | 8 Apr 2022

Did you know that Go is
the 4th most popular programming language
based on number of references?