Multi-repo structure #81
josecelano
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a recurrent discussion we have had. How we should split the system into more than one repo. Right now we have two repos:
For the POC we decided to use only two, but we are considering other approaches like:
In the current solution (still in an issue branch), the website has a git submodule with the library: https://github.com/Nautilus-Cyberneering/chinese-ideographs-website/tree/issue-1-import-base-images. Through this solution we can import the "library" into the project that is going to consume the media files. In this case, we only need the dvc pointers (data folder in the library repo). In other cases maybe we could only need the "librarian" code, which makes me things if we should split the current repo at least into two repos. That solution perfectly matches with the librarian repo approach. The repo organization could be like this:
Having the librarian and library in the same repo is not a problem right now, but if we split the library, for sure we are going to need something like that.
Beta Was this translation helpful? Give feedback.
All reactions