From being confident to being professional

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
  • learn-go-with-tests

    Learn Go with test-driven development

  • If you already know php and want to get professional in go, i suggest you take a look at https://github.com/quii/learn-go-with-tests

  • Memcached

    memcached development tree

  • Memcached is a key value store, get fetches values by key, set stores them. https://github.com/memcached/memcached/blob/master/doc/protocol.txt

  • 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
  • gorsk

    :fire: Idiomatic Golang Restful Starter Kit

  • One repository that I always look is this: https://github.com/ribice/gorsk

  • Squirrel

    Fluent SQL generation for golang

  • Learn to Write Advanced Database Queries - You will be making lots of database calls, learn to be good. Coming from the Django/Python world I tried using ORMs in Go and had issue, I settled on database/sql and now found even more success with Masterminds/squirrel.

  • goose

    A database migration tool. Supports SQL migrations and Go functions.

  • Learn how to do database migrations - There are many packages to help, I personally use (and found success with) pressly/goose.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Using migrations with Golang

    5 projects | dev.to | 17 Apr 2024
  • API completa em Golang - Parte 1

    8 projects | dev.to | 1 Dec 2023
  • Is there a similar tool or alternative in Go like strong_migrations?

    3 projects | /r/golang | 30 Apr 2023
  • Does Go, has something similar to Laravel eloquent (ORM) ?

    7 projects | /r/golang | 11 Apr 2023
  • Does this project structure make sense?

    6 projects | /r/golang | 5 Apr 2023