gorpc VS Dkron

Compare gorpc vs Dkron and see what are their differences.

gorpc

Simple, fast and scalable golang rpc library for high load (by valyala)

Dkron

Dkron - Distributed, fault tolerant job scheduling system https://dkron.io (by distribworks)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gorpc Dkron
1 3
686 4,145
- 1.1%
0.0 8.4
over 1 year ago 4 days ago
Go Go
MIT License 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.

gorpc

Posts with mentions or reviews of gorpc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-12.
  • goRPC or gRPC?
    5 projects | /r/golang | 12 Feb 2023
    I don't have any experience with goRPC (I'm assuming you're referring to https://github.com/valyala/gorpc), but just to note that that repo hasn't been updated in 7 years and has open issues that are that old, too. https://github.com/grpc/grpc-go has 17.5k stars and is actively maintained. That doesn't say anything about their relative performance - goRPC might be faster - but you probably won't have a fun time if you run into issues.

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 gorpc and Dkron you can also consider the following projects:

grpc-go - The Go language implementation of gRPC. HTTP/2 based RPC

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.

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!

DHT - BitTorrent DHT Protocol && DHT Spider.

go-peerflix - Go Peerflix

torrent - Full-featured BitTorrent client package and utilities

sleuth - A Go library for master-less peer-to-peer autodiscovery and RPC between HTTP services

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

Quartz - Code for Quartz Scheduler

tendermint - ⟁ Tendermint Core (BFT Consensus) in Go

micro - A Go service development platform