Concurrency mutex patterns general question

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • go-deadlock

    Online deadlock detection in go (golang)

    Not quite an answer but this helped with the headache of debugging deadlocks for our team https://github.com/sasha-s/go-deadlock Its a drop in replacement and will error out when it detects deadlocks.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • pgcapture

    A scalable Netflix DBLog implementation for PostgreSQL

    Use Change Data Capture techniques to synchronize your replicas. This tool may help you if you are using PostgreSQL https://github.com/rueian/pgcapture

  • rueidis

    Discontinued A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc. [Moved to: https://github.com/redis/rueidis] (by rueian)

    Use redis+client-side caching to implement your replicas. This can help you: https://github.com/rueian/rueidis

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

  • Fast and reliable background jobs in Go

    1 project | news.ycombinator.com | 3 Jul 2024
  • River: Robust high-performance job processing system for Go and Postgres

    1 project | news.ycombinator.com | 15 May 2024
  • Breaking the Myth: Scalable, Multi-Region, Low-Latency App Exists And Will Not Cost You A Kidney.

    4 projects | dev.to | 11 Apr 2024
  • WAL-G 3.0.0 – fast disaster recovery for Postgres

    1 project | news.ycombinator.com | 17 Mar 2024
  • Go ORMs Compared

    5 projects | dev.to | 18 Jan 2024

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