Answer the question
In order to leave comments, you need to log in
How to store the source code of microservices?
Free question - share your experience and opinion:
How to store the source code of a large number of microservices written for one project? Each microservice on a repository or all in one?
Answer the question
In order to leave comments, you need to log in
Personally, it seems to me that it is necessary to store the code of all microservices in one project repository, but I would like to know your opinion
spread across different turnips
use regular PL mechanisms for installing and working with code (pip, rvm, composer, ...)
own tests and build procedures on the CI serveruntil the number of connections is gigantic ~100 - isolate combinations of services and test separately.
In this case, it will be necessary for each microservice to prescribe dependencies on other microservices that are necessary for testing the current one.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question