▲ | pizzafeelsright 3 days ago | |
this thread makes me want to build a platform I tend to lean toward the raft protocol vs blockchain due to storage | ||
▲ | withinboredom 2 days ago | parent [-] | |
raft is too non-deterministic. Something like paxos is probably more appropriate; the write-once property is exactly what you want here, and it is deterministic. |