dynamolock VS Dkron

Compare dynamolock vs Dkron and see what are their differences.

Dkron

Dkron - Distributed, fault tolerant job scheduling system https://dkron.io (by distribworks)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dynamolock Dkron
1 3
128 4,136
2.3% 1.7%
9.3 8.4
19 days ago 12 days ago
Go Go
Apache License 2.0 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.

dynamolock

Posts with mentions or reviews of dynamolock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-18.

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?
    8 projects | /r/golang | 12 Nov 2022
    Works great. Hope this helps. (For easiness GH here).
  • Distributed job scheduling with Go?
    7 projects | /r/golang | 2 Mar 2022
    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
    2 projects | /r/sre | 21 Jan 2022
    Perhaps https://dkron.io/ can solve your problem? Source at https://github.com/distribworks/dkron.

What are some alternatives?

When comparing dynamolock and Dkron you can also consider the following projects:

emitter-io - High performance, distributed and low latency publish-subscribe platform.

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.

glow - Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.

DHT - BitTorrent DHT Protocol && DHT Spider.

ringpop-go - Scalable, fault-tolerant application-layer sharding for Go applications

torrent - Full-featured BitTorrent client package and utilities

rpcx - Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱! build for cloud!

raft - Golang implementation of the Raft consensus protocol

Quartz - Code for Quartz Scheduler

gleam - Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.

micro - A Go service development platform