-
Notifications
You must be signed in to change notification settings - Fork 54
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
real life files structure #14
Comments
Hi, I think the case (https://github.com/peterbourgon/gattaca) is not a best practice for creating at least two services. |
Hi @GrantZheng ,
|
Hi, I am sorry! A little busy some time ago, I didn't reply you in time. |
Hi,
Thanks for the great work maintaining and adding features to this repo.
How do you recommend to structure a real life set of micro services using kit?
Every time I generate a new service it will create a new pkg and cmd folder, however it looks like the best practice for a real project is to have one pkg and cmd and then a folder for each service (under cmd and pkg) as well as other folders for other shared packages. (https://github.com/peterbourgon/gattaca)
Am I doing something wrong whilst generating my services hence getting the wrong folder structure?
Would be great help if you know of any tutorial/instruction showing how to use kit for creating at least two services with both gRPC and html transport and ideally clean architecture (I searched a lot but couldn't find anything!)
Thanks
The text was updated successfully, but these errors were encountered: