Distributed-Cache-System
A simple implementation of distributed cache system (by cruzelx)
Olric
Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service. (by buraksezer)
Distributed-Cache-System | Olric | |
---|---|---|
3 | 29 | |
13 | 3,216 | |
- | 0.9% | |
7.8 | 4.8 | |
over 1 year ago | 16 days ago | |
Go | Go | |
- | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Distributed-Cache-System
Posts with mentions or reviews of Distributed-Cache-System.
We have used some of these posts to build our list of alternatives
and similar projects.
- An attempt on Distributed Cache System
-
An attempt to design a distributed cache system
I have worked on this project for quite a while. Started from scratch and learned and built the system. I would appreciate any comment or advice on the project. Here is the github link: https://github.com/cruzelx/Distributed-Cache-System
Olric
Posts with mentions or reviews of Olric.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-28.
- A distributed KV store (standalone and Go lib)
- Olric: Distributed, embeddable in-memory data structures in Go
-
Iām Now a Full-Time Professional Open Source Maintainer
It's Olric: https://github.com/buraksezer/olric. Publicly speaking about the companies may not be a good idea but you can dig into the issues, pull requests, and Discord channel if you are curious.
- Olric v0.5.0 is out! A distributed, in-memory key/value store and cache. It's designed to be distributed from the ground up and can be used both as an embedded Go library and a language-independent service.
-
SQLGateway - Access SQL databases over HTTP - Written in Go š
A fun addition could be to remove the need for Redis in clustered mode by using something like this: https://github.com/buraksezer/olric
-
Hacker News top posts: Nov 27, 2022
Olric: Distributed, embeddable data structures in Go\ (7 comments)
- Olric: Distributed, embeddable data structures in Go
- Redcon - Redis compatible server framework for Rust
What are some alternatives?
When comparing Distributed-Cache-System and Olric you can also consider the following projects:
holster - A place to keep useful golang functions and small libraries
redis-lock - Simplified distributed locking implementation using Redis
go-hashlru - A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise:
raft - Golang implementation of the Raft consensus protocol
consistent - Consistent hashing with bounded loads in Golang
resgate - A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.