docs icon indicating copy to clipboard operation
docs copied to clipboard

Update: FAQ `Will all my services be stored in the same or different repositories?` needs new information.

Open dericksozo opened this issue 2 years ago • 3 comments

Image

If I'm understanding correctly, the Monorepo approach puts your code in the root of the repository. The polyrepo approach puts your code into multiple folders.

Is it possible to have code put into multiple git repositories? Does this FAQ need to be updated?

dericksozo avatar Aug 06 '23 16:08 dericksozo

CC @GreenMachine01

dericksozo avatar Aug 06 '23 16:08 dericksozo

@dericksozo it is possible for the user to store each service in its own separate repo. there is no constraint on setting up the repo to be used for each service.

the difference between mono repo and poly repo is the following. mono repo will put the code in a dedicated folder that you can choose image in the screenshot the name of my service is 'aaa'

poly repo will put the code for the service at the root of the repo image

GreenMachine01 avatar Aug 06 '23 19:08 GreenMachine01

This one is taken care of in #334.

dericksozo avatar Aug 08 '23 09:08 dericksozo