Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
otoolep
on May 17, 2022
|
parent
|
context
|
favorite
| on:
Let's build a distributed Postgres proof of concep...
Yes, embedding any kind of store can work. For example, here is an in-memory KV store embedded in Raft:
https://github.com/otoolep/hraftd
This is kind of a reference use of Hashicorp's Raft.
bogomipz
on May 17, 2022
[–]
Oh this is great. Thanks for the link.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://github.com/otoolep/hraftd
This is kind of a reference use of Hashicorp's Raft.