store

module
v0.0.0-...-4fdd5d5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2023 License: Apache-2.0

README

store

store 是stream-stack中的一个模块,用于存储数据。

主要特性

  • hashicorp/raft 协议,实现leader选举,操作日志复制
  • dgraph-io/badger 用于存储数据

运行

main.exe --DataDir=data1 --Address=localhost:2001 --RaftId=node1 --Bootstrap=true
main.exe --DataDir=data2 --Address=localhost:2002 --RaftId=node2
main.exe --DataDir=data3 --Address=localhost:2003 --RaftId=node3

raftadmin localhost:2001 add_voter node2 localhost:2002 0
raftadmin localhost:2001 add_voter node3 localhost:2003 0

raftadmin --leader multi:///localhost:2001,localhost:2002 add_voter node3 localhost:2003 0

参照

Directories

Path Synopsis
common module
pkg
store module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL