raftkv VS larking

Compare raftkv vs larking and see what are their differences.

raftkv

A simple distributed key-value store by using hashicorp/raft (by keisku)
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
raftkv larking
1 6
12 58
- -
1.8 5.8
about 2 years ago 6 months ago
Go Go
MIT License BSD 3-clause "New" or "Revised" License
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.

raftkv

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

larking

Posts with mentions or reviews of larking. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-15.
  • gRPC-transcoding large files
    1 project | /r/golang | 17 May 2023
    } ``` Read and write large files with very little overhead. Part of https://github.com/emcfarlane/larking
  • Go HTTP/1 is faster than HTTP/2
    1 project | /r/golang | 15 May 2023
    TLDR: implementation is mostly in one file larking/grpc.go.
  • backend frameworks
    1 project | /r/golang | 3 May 2023
    I wrote my own :D https://github.com/emcfarlane/larking gRPC with gRPC-transcoding support. Help's think about things as input/output, but gRPC ignores the std/http. So this library helps wrap it back plus gives you nice curlable API's.
  • Faster Lexical Scanning for gRPC transcoding
    1 project | /r/golang | 18 Apr 2023
    I've been benchmarking my gRPC transcoding project https://github.com/emcfarlane/larking/pull/79 and found the lexer was causing some slowdown. Tried a couple of methods: - Switching to bytes - Pooling to reuse allocations - Fixed array - Field aligments
  • Simple & Fast gRPC Transcoding
    2 projects | /r/golang | 15 Apr 2023
    Thanks! Yes supports all http.api annotations, test file is here https://github.com/emcfarlane/larking/blob/main/api/test.proto please file an issue if I missed something!

What are some alternatives?

When comparing raftkv and larking you can also consider the following projects:

raft - raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol

grpc-api-gw - gRPC-proxy one-to-many with Reflection support

gogoprotobuf - [Deprecated] Protocol Buffers for Go with Gadgets

etcd - Distributed reliable key-value store for the most critical data of a distributed system

grpc-gateway - gRPC to JSON proxy generator following the gRPC HTTP spec

dragonboat - A feature complete and high performance multi-group Raft library in Go.

go-zero - A cloud-native Go microservices framework with cli tool for productivity.

raft-grpc-example - Example code for how to get hashicorp/raft running with gRPC