You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @mihaitodor
I know that Distributed System is a bigger topic but foundations would be great and Container Runtimes like Docker are one building block for sure :)
Sorta new to Go, but was working on a talk for work about distributed systems and raft (protocol used in distributed systems) and put together this storage backend for Hashicorp's raft implementation. Uses Badger, a K/V store similar to RocksDB, but written in go! Open to thoughts/PRs/etc. Borrowed a lot from a reference plugin that was aimed at BoltDB (another KV store), but would love feedback on the code etc. 👍
Hi,
I would like to learn how to implement a Distributed System in Go.
Following topics would be interestingÖ
Maybe there is someone out there who already done it :)
Thanks!
The text was updated successfully, but these errors were encountered: