Dozer Project Structure #1539
Replies: 3 comments 8 replies
-
Is |
Beta Was this translation helpful? Give feedback.
-
@karolisg Is it worth going doing a plain merge of And for SQL maybe we can support providing SQL inline or include file(s)
Is it worth splitting them ? So our files are modular? |
Beta Was this translation helpful? Give feedback.
-
Me, @mediuminvader, @duonganhthu43 and @chubei had discussion about structure. What we decide is to have such a structure
In this structure, we would merge all configs defined in There are couple things, which we need to think of:
|
Beta Was this translation helpful? Give feedback.
-
Current
At the moment configurations are stored in single file
dozer-config.yaml
. To be more flexible, we need to allow split files in different files. So far I have an idea of two different solutions. One solution uses predefined places for configuration contents, while the other allows users to decide where to include file content.Proposed structure
Solution #1
In this structure, only
dozer-config.yaml
can contain all configurations or be split to separate files.Solution #2
In this solution, only
dozer-config.yaml
can contain all configurations and user manually decides what file and where to include using!include
.@chubei @v3g42 Any preferences?
Beta Was this translation helpful? Give feedback.
All reactions