SaaSHub helps you find the best software and product alternatives Learn more →
Groupcache Alternatives
Similar projects and alternatives to groupcache
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files
-
-
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
-
Mattermost
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle..
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
-
-
Nomad
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
-
-
-
-
-
-
Camlistore
Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
-
-
-
-
go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
groupcache discussion
groupcache reviews and mentions
- Show HN: Pocache, preemptive optimistic caching for Go
- [imcache] A generic in-memory cache Go library. Feedback appreciated.
-
DREAMEMO: An out-of-the-box, high-scalability, modular-design distributed cache
As shown in the title, DREAMEMO is a distributed cache with out-of-the-box, high-scalability, modular-design features.The groupcache implementation is referenced, and re-structured, specific module differentiation is as follows:
-
Sourcehut will blacklist the Go module mirror
I remember one of the first real-world uses of Go being the groupcache package: https://github.com/golang/groupcache (to serve Chrome downloads, IIRC?)
> comes with a cache filling mechanism. Whereas memcached just says "Sorry, cache miss", often resulting in a thundering herd of database (or whatever) loads from an unbounded number of clients (which has resulted in several fun outages), groupcache coordinates cache fills such that only one load in one process of an entire replicated set of processes populates the cache, then multiplexes the loaded value to all callers.
-
Distributed fault-tolerant persistent atomic counter in golang
I read that group cache (https://github.com/golang/groupcache) can be used to sync servers around a key.
-
How can you ensure all Microservices have finished their tasks?
I've not tried this myself, but I've seen it suggested to use groupcache (https://github.com/golang/groupcache) to sync your servers.
- What is for you the project who represents the best the power of Golang ?
-
go-generics-cache: An in-memory key:value store/cache library for Go Generics
https://github.com/golang/groupcache is managing distributed caching that addresses thundering herd problem of memcache.
-
How to Create HTTP Cache Service in Golang?
How it goes sometimes. Check out https://github.com/golang/groupcache and of course the AWS golang SDK.
-
Redis inside cluster
There is also groupcache, written by the same author as memcached, but better.
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 Mar 2025
Stats
golang/groupcache is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of groupcache is Go.