Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributed Systems in Go #17

Open
sleeping-barber opened this issue Feb 20, 2019 · 3 comments
Open

Distributed Systems in Go #17

sleeping-barber opened this issue Feb 20, 2019 · 3 comments

Comments

@sleeping-barber
Copy link

Hi,
I would like to learn how to implement a Distributed System in Go.

Following topics would be interestingÖ

  • Docker containerization
  • Service Discovery
  • Observability

Maybe there is someone out there who already done it :)

Thanks!

@mihaitodor
Copy link

I'm not confident enough to do such a presentation, but I can recommend this book: https://www.amazon.co.uk/Docker-Shipping-Reliable-Containers-Production/dp/1492036730 I've read it recently and it helped me a lot to get a better grasp of these topics.

@sleeping-barber
Copy link
Author

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 :)

@markthethomas
Copy link

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. 👍

https://github.com/markthethomas/raft-badger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants