-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
An elegant example built by Go-kit #1123
Comments
We could refactor the README to include third-party stuff like this more formally. |
A couple possible alternatives:
|
Also good. I view the website as a more static and detailed reference, and the README as a more pithy and up-to-date collection of information. I think I just see the README so much more often, it's more top-of-mind. (I also kind of hate having more than one place where "documentation" can exist, but what can you do.) Is that out of sync with the rest of the world? |
The reason why I think a place other than the readme would be better is that the list of example projects is potentially an infinite set. From a discoverability perspective I'd agree that people probably go to the repo first. |
it doesnt look like this has been done still? @peterbourgon is there a list of projects available? I would like to add this to the readme |
Hey guys could you check this sample application to demonstrate usage of go-kit: Would love to hear feedback too if possible. |
Monolith_demo project is an example of the elegant monolith or neomonolith, that build by the Go-kit toolkit with the Gokit-cli(https://github.com/GrantZheng/kit). It describes a live stream application consisting of multiple services, such as room, gift, user and so on.
https://github.com/GrantZheng/monolith_demo.
You can refer to it if you are interested :)
The text was updated successfully, but these errors were encountered: