Gracefully shutting down multiple servers in a single prorgam

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

    A universal mechanism to manage goroutine lifecycles (by oklog)

  • fx

    A dependency injection based application framework for Go. (by uber-go)

  • I really like use fx as a dependency and lifecycle manager (https://github.com/uber-go/fx) here’s an example of how it can gracefully handle multiple server startups and shutdowns (https://github.com/brandenc40/green-mountain-grill/blob/master/server/server/server.go#L37)

  • 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

  • How normal is it to stare at your screen, getting nothing done when stuck and waiting for help?

    1 project | /r/cscareerquestions | 26 Apr 2023
  • What is the proper (or conventional) way to deal with the fact that interface type parameters to a function can be nil?

    1 project | /r/golang | 14 Dec 2022
  • How does Uber Fx Shutdowner Interface work?

    1 project | /r/golang | 3 Nov 2022
  • Thoughts on DI containers?

    1 project | /r/golang | 30 Mar 2022
  • Any workflow with dependent functions?

    2 projects | /r/golang | 10 Aug 2021