Distributed-Cache-System
A simple implementation of distributed cache system (by cruzelx)
Dkron
Dkron - Distributed, fault tolerant job scheduling system https://dkron.io (by distribworks)
Distributed-Cache-System | Dkron | |
---|---|---|
3 | 3 | |
13 | 4,448 | |
- | 0.9% | |
7.8 | 9.1 | |
over 1 year ago | 7 days ago | |
Go | Go | |
- | GNU Lesser General Public License v3.0 only |
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
Dkron
Posts with mentions or reviews of Dkron.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-12.
-
How to do distributed cronjobs with worker queues?
Works great. Hope this helps. (For easiness GH here).
-
Distributed job scheduling with Go?
I'am also familiar to hangfire, used in the past as distributed job scheduler for Owin microservices in C# too. Btw when we moved towards Golang stack realized that hangfire wasnt really necessary. It was enough standard and idiomatic Go code, learning using Go Routine adding any Cron library and maybe a Redis dependency if persistence is needed. But if you really prefer something hangfire-like, give a try to https://dkron.io/ and its GitHub repo https://github.com/distribworks/dkron , it's pretty similar. They have an open source version but also a pro license, in the same way as hangfire does.
-
Easy Distributed Cron Management
Perhaps https://dkron.io/ can solve your problem? Source at https://github.com/distribworks/dkron.
What are some alternatives?
When comparing Distributed-Cache-System and Dkron you can also consider the following projects:
holster - A place to keep useful golang functions and small libraries
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.
go-hashlru - A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise:
torrent - Full-featured BitTorrent client package and utilities
consistent - Consistent hashing with bounded loads in Golang
DHT - BitTorrent DHT Protocol && DHT Spider.