All Projects → frugalos → Raftlog

frugalos / Raftlog

Licence: mit
A Rust implementation of distributed replicated log based on the Raft algorithm

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Raftlog

Pysyncobj
A library for replicating your python class between multiple servers, based on raft protocol
Stars: ✭ 468 (+963.64%)
Mutual labels:  raft
Baikaldb
BaikalDB, A Distributed HTAP Database.
Stars: ✭ 707 (+1506.82%)
Mutual labels:  raft
Blast
Blast is a full text search and indexing server, written in Go, built on top of Bleve.
Stars: ✭ 934 (+2022.73%)
Mutual labels:  raft
Async Raft
An implementation of the Raft distributed consensus protocol using the Tokio framework.
Stars: ✭ 510 (+1059.09%)
Mutual labels:  raft
Dissertation
Sources for my PhD dissertation on the Raft consensus algorithm
Stars: ✭ 638 (+1350%)
Mutual labels:  raft
Raft Java
Raft Java implementation which is simple and easy to understand.
Stars: ✭ 783 (+1679.55%)
Mutual labels:  raft
Elasticell
Elastic Key-Value Storage With Strong Consistency and Reliability
Stars: ✭ 453 (+929.55%)
Mutual labels:  raft
Consensus Yaraft
consensus-yaraft is a library for distributed, strong consistent, highly replicated log storage. It's based on yaraft, which is an implementation of the Raft protocol.
Stars: ✭ 30 (-31.82%)
Mutual labels:  raft
Distributed Computing
distributed_computing include mapreduce kvstore etc.
Stars: ✭ 654 (+1386.36%)
Mutual labels:  raft
Blog
my blog, using markdown
Stars: ✭ 25 (-43.18%)
Mutual labels:  raft
Finn
Fast Raft framework using the Redis protocol for Go
Stars: ✭ 534 (+1113.64%)
Mutual labels:  raft
Typesense
Fast, typo tolerant, fuzzy search engine for building delightful search experiences ⚡ 🔍 ✨ An Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch.
Stars: ✭ 8,644 (+19545.45%)
Mutual labels:  raft
Kingbus
A distributed MySQL binlog storage system built on Raft
Stars: ✭ 798 (+1713.64%)
Mutual labels:  raft
Ra
A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
Stars: ✭ 478 (+986.36%)
Mutual labels:  raft
Raft.github.io
website at https://raft.github.io
Stars: ✭ 844 (+1818.18%)
Mutual labels:  raft
Xenon
The MySQL Cluster Autopilot Management with GTID and Raft
Stars: ✭ 461 (+947.73%)
Mutual labels:  raft
Hraftd
A reference use of Hashicorp's Raft implementation
Stars: ✭ 732 (+1563.64%)
Mutual labels:  raft
Dister
dister(Distribution Cluster)是一款轻量级高性能的分布式集群管理软件,实现了分布式软件架构中的常用核心组件,包括:服务配置管理中心、服务注册与发现、服务健康检查、服务负载均衡。dister的灵感来源于ZooKeeper、Consul、Etcd,它们都实现了类似的分布式组件,但是dister更加的轻量级、低成本、易维护、架构清晰、简单实用、性能高效,这也是dister设计的初衷。
Stars: ✭ 41 (-6.82%)
Mutual labels:  raft
Javaok
必看!java后端,亮剑诛仙。java发展路线技术要点。
Stars: ✭ 867 (+1870.45%)
Mutual labels:  raft
Rsm
distributed computing toolkit in rust
Stars: ✭ 17 (-61.36%)
Mutual labels:  raft

raftlog

Crates.io: raftlog Documentation Build Status License: MIT

A Rust implementation of distributed replicated log based on the Raft algorithm.

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].